diff --git a/src/components/Bars/BarTop.tsx b/src/components/Bars/BarTop.tsx index 7df16a07..a3ee5fb5 100644 --- a/src/components/Bars/BarTop.tsx +++ b/src/components/Bars/BarTop.tsx @@ -330,6 +330,7 @@ const TopBar = () => { }; latest().then((r) => r !== latestTag && setLatestTag(r)); } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [frConfig]); useEffect(() => { @@ -358,6 +359,7 @@ const TopBar = () => { if (t && t !== currentTheme) { setCurrentTheme(t) } + // eslint-disable-next-line react-hooks/exhaustive-deps }, []) return (