Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 16, 2023
1 parent 8a1282e commit fdbf70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/provider/use-metamask.ts
Expand Up @@ -78,8 +78,8 @@ export const useMetamask = ({
console.log({ deduplicatedWallets });
if (deduplicatedWallets.length > 1) {
await disconnect();
await queryClient.invalidateQueries("wallet");
await queryClient.invalidateQueries("session");
await queryClient.invalidateQueries('wallet');
await queryClient.invalidateQueries('session');
}
}, [[walletsConnected, handleLogout, disconnect]]);

Expand Down

0 comments on commit fdbf70f

Please sign in to comment.