Skip to content

Commit d98771c

Browse files
jpraetmrsdizzie
andauthored
add missing semicolon
Co-authored-by: mrsdizzie <[email protected]>
1 parent 69b022c commit d98771c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ async function initRepository() {
10941094
$.post($this.data('url'), {
10951095
_csrf: csrf
10961096
}).done(() => {
1097-
const $conversationHolder = $this.closest('.conversation-holder')
1097+
const $conversationHolder = $this.closest('.conversation-holder');
10981098
$(`#${$this.data('comment-id')}`).remove();
10991099
if ($conversationHolder.length && !$conversationHolder.find('.comment').length) {
11001100
$conversationHolder.remove();

0 commit comments

Comments
 (0)