Skip to content

Commit

Permalink
chore: update memo dependency data
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 14, 2024
1 parent 8b9a882 commit 9ebe044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/hooks/useProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export const useProvider = (params?: UseProviderParams) => {
const walletQuery = useWallet(params);
return useMemo(
() => ({ provider: walletQuery?.wallet?.provider }),
[walletQuery.wallet],
[walletQuery.wallet?.provider],
);
};

0 comments on commit 9ebe044

Please sign in to comment.