fix: lint error

This commit is contained in:
DiamondThree 2023-01-09 23:41:46 +08:00
parent bc6cf648f6
commit 319a5e4dc1

View File

@ -52,7 +52,7 @@ export const AppStateProvider = ({
};
init();
});
}, [setAppState]);
useEffect(() => {
if (!appState?.currentWorkspace) {