Skip to content

Commit

Permalink
added fundList in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Nov 2, 2023
1 parent 20e21ab commit 3a8ea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Wallet/WalletPage/WalletPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function WalletPage({bankAccountList, betas, cardList, fundList, isLoadingPaymen
return;
}
PaymentMethods.openWalletPage();
}, [network.isOffline, bankAccountList, cardList]);
}, [network.isOffline, bankAccountList, cardList, fundList]);

useEffect(() => {
if (!shouldListenForResize) {
Expand Down

0 comments on commit 3a8ea8f

Please sign in to comment.