Skip to content

Commit

Permalink
Release 2.0.102-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Sep 26, 2024
1 parent cf691b4 commit 8271311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Bars/BarTop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ const TopBar = () => {
};
latest().then((r) => r !== latestTag && setLatestTag(r));
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [frConfig]);

useEffect(() => {
Expand Down Expand Up @@ -358,6 +359,7 @@ const TopBar = () => {
if (t && t !== currentTheme) {
setCurrentTheme(t)
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [])

return (
Expand Down

0 comments on commit 8271311

Please sign in to comment.