fix: lint error

This commit is contained in:
DiamondThree
2023-01-09 23:41:46 +08:00
parent bc6cf648f6
commit 319a5e4dc1
@@ -52,7 +52,7 @@ export const AppStateProvider = ({
}; };
init(); init();
}); }, [setAppState]);
useEffect(() => { useEffect(() => {
if (!appState?.currentWorkspace) { if (!appState?.currentWorkspace) {