Skip to content

Commit

Permalink
fix(mobile): do not fetch interval data if not signed in (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Sep 11, 2024
1 parent 67f3ab0 commit 7b05e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/stores/core/store-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const StoreProvider: FC<StoreProviderProps> = ({ children }) => {

return (
<>
<StoreIntervalUpdate />
{userId && <StoreIntervalUpdate />}
{children}
</>
)
Expand Down

0 comments on commit 7b05e99

Please sign in to comment.