fix: resolve warnings

This commit is contained in:
thecodrr
2020-03-08 15:21:26 +05:00
parent eb3c386446
commit f8b38f65c0

View File

@@ -98,7 +98,7 @@ function App() {
useEffect(() => {
isFocusModeEnabled ? setShow(false) : setShow(true);
}, [isFocusModeEnabled]);
}, [isFocusModeEnabled, setShow]);
const colors = useStore(store => store.colors);
return (
<ThemeProvider>