use all wallets if none are installed

This commit is contained in:
tjs 2022-04-20 15:20:10 -04:00
parent eae4477a2e
commit b9440dc7fd
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const ConnectWalletButton: React.FC = () => {
}
}
return installed
return installed?.length ? installed : wallets
}, [wallets])
const displayedWallets = useMemo(() => {