use all wallets if none are installed
This commit is contained in:
parent
eae4477a2e
commit
b9440dc7fd
|
@ -58,7 +58,7 @@ export const ConnectWalletButton: React.FC = () => {
|
|||
}
|
||||
}
|
||||
|
||||
return installed
|
||||
return installed?.length ? installed : wallets
|
||||
}, [wallets])
|
||||
|
||||
const displayedWallets = useMemo(() => {
|
||||
|
|
Loading…
Reference in New Issue