Skip to content

Commit d496989

Browse files
committed
fix lint error
1 parent 32edc01 commit d496989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-issue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export function initRepoIssueCommentDelete() {
188188
const side = conversationHolder.getAttribute('data-side');
189189
const idx = conversationHolder.getAttribute('data-idx');
190190
const lineType = conversationHolder.closest('tr')?.getAttribute('data-line-type');
191-
191+
192192
// the conversation holder could appear either on the "Conversation" page, or the "Files Changed" page
193193
// on the Conversation page, there is no parent "tr", so no need to do anything for "add-code-comment"
194194
if (lineType) {

0 commit comments

Comments
 (0)