mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
fix: resolve warnings
This commit is contained in:
@@ -98,7 +98,7 @@ function App() {
|
||||
|
||||
useEffect(() => {
|
||||
isFocusModeEnabled ? setShow(false) : setShow(true);
|
||||
}, [isFocusModeEnabled]);
|
||||
}, [isFocusModeEnabled, setShow]);
|
||||
const colors = useStore(store => store.colors);
|
||||
return (
|
||||
<ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user