We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28d9cc4 + 5455b10 commit 9b10422Copy full SHA for 9b10422
src/pages/SendTokens/SendTokensForm/SelectWallet.js
@@ -74,7 +74,7 @@ function SelectWallet({
74
};
75
76
getWalletsData();
77
- }, [walletSearchString, walletType]);
+ }, [walletSearchString]);
78
79
useEffect(() => {
80
// If createdWalletName is not null, get wallets again by createdWalletName and set it as selected value
0 commit comments