Skip to content

Commit

Permalink
feat: update use effect call
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiParraCrespo committed Nov 15, 2024
1 parent 7f64053 commit a14061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/analytics/hooks/useCapture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export function useCapture() {
prevNetwork.current = network;
captureAccounts();
}
}, [state.wallets]);
}, [state.wallets.length]);
}

0 comments on commit a14061a

Please sign in to comment.