diff --git a/packages/common/src/stores/AccountStore.ts b/packages/common/src/stores/AccountStore.ts index 3521537a7..ad7aa3a39 100644 --- a/packages/common/src/stores/AccountStore.ts +++ b/packages/common/src/stores/AccountStore.ts @@ -19,7 +19,7 @@ type AccountStore = { }; export const useAccountStore = createStore('AccountStore', (set, get) => ({ - loading: true, + loading: false, user: null, subscription: null, transactions: null,