Skip to content

Commit

Permalink
remove unnecessary disable comment for eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 26, 2024
1 parent f3f57ab commit 1c05fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/web/components/Article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function dispatchHeadings(root: HTMLElement, dispatch: Dispatch): void {
currentId = null;
};

// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
currentId = setTimeout(callback, 100);
}

Expand Down

0 comments on commit 1c05fae

Please sign in to comment.