yarn lint

This commit is contained in:
Henry Heng
2023-05-14 19:31:38 +01:00
committed by GitHub
parent 71ee226824
commit 9dc658b850
+1 -1
View File
@@ -68,7 +68,7 @@ const MainLayout = () => {
const handleLeftDrawerToggle = () => {
dispatch({ type: SET_MENU, opened: !leftDrawerOpened })
}
useEffect(() => {
setTimeout(() => dispatch({ type: SET_MENU, opened: !matchDownMd }), 0)
// eslint-disable-next-line react-hooks/exhaustive-deps