Skip to content

Commit

Permalink
fix(user): redirect when no integration is configured
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Mar 29, 2024
1 parent 71433ab commit 966d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/stores/AccountStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type AccountStore = {
};

export const useAccountStore = createStore<AccountStore>('AccountStore', (set, get) => ({
loading: true,
loading: false,
user: null,
subscription: null,
transactions: null,
Expand Down

0 comments on commit 966d38f

Please sign in to comment.