diff --git a/apps/namadillo/src/App/Transfer/TransferModule.tsx b/apps/namadillo/src/App/Transfer/TransferModule.tsx index 47dbe9ee4..c3171ed55 100644 --- a/apps/namadillo/src/App/Transfer/TransferModule.tsx +++ b/apps/namadillo/src/App/Transfer/TransferModule.tsx @@ -208,11 +208,7 @@ export const TransferModule = ({ return; } - // Don't need to show the modal, connects directly - if (!config.walletAddress && config.availableWallets.length === 1) { - config.onChangeWallet(config.availableWallets[0]); - return; - } + setWalletSelectorModalOpen(true); }; const getButtonText = (): string => {