Skip to content

Commit

Permalink
fix potential bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDecoster committed Sep 17, 2024
1 parent 1b1b1e5 commit ed87607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/usecase-demo/src/utils/watchWagmiAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function useWatchWagmiAccount() {
setAddress(address);

// Update dataProtector client
if (connector) {
if (status === 'connected') {
initDataProtectorSDK({ connector });
return;
}
Expand Down

0 comments on commit ed87607

Please sign in to comment.