fix: lint error

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