mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
chore: user user store
This commit is contained in:
@ -16,7 +16,7 @@ function App() {
|
||||
try {
|
||||
await Promise.all([workspaceStore.fetchWorkspaceProfile(), workspaceStore.fetchWorkspaceSetting(), userStore.fetchCurrentUser()]);
|
||||
} catch (error) {
|
||||
// do nth
|
||||
// Do nothing.
|
||||
}
|
||||
setLoading(false);
|
||||
})();
|
||||
|
Reference in New Issue
Block a user