diff --git a/src/components/WalletConnect/WalletConnect.tsx b/src/components/WalletConnect/WalletConnect.tsx index a8c9163e49..a6b9ece0a0 100644 --- a/src/components/WalletConnect/WalletConnect.tsx +++ b/src/components/WalletConnect/WalletConnect.tsx @@ -94,7 +94,11 @@ const Dropdown: React.FC = () => { {walletAddress == null ? ( options.map((option, index) => ( connectWallet(option.value)} + onClick={() => + connectWallet( + option.value as keyof typeof walletHandlers, + ) + } key={'wallet-' + index} > {option.label}