Skip to content

Commit 305069a

Browse files
committed
fix lint-frontend error
1 parent f35ddd3 commit 305069a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-issue-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async function initIssuePinSort() {
225225
}
226226

227227
function initMiscActionsButton(btn: HTMLButtonElement) {
228-
const elPanel = btn.nextElementSibling;
228+
const elPanel = btn.nextElementSibling!;
229229
createTippy(btn, {
230230
content: elPanel,
231231
trigger: 'click',

0 commit comments

Comments
 (0)