Skip to content

Commit

Permalink
Returning retry to session
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 16, 2023
1 parent 485cfb4 commit f74ec88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/provider/modules/session/session.ts
Expand Up @@ -24,8 +24,7 @@ export const useSession = (
isLoading,
error,
} = useQuery(queryKey, () => masa?.session.checkLogin(), {
enabled: !!masa && !!walletAddress,
retry: false,
enabled: !!masa && !!walletAddress
});

useEffect(() => {
Expand Down

0 comments on commit f74ec88

Please sign in to comment.