show all banks when funding account

This commit is contained in:
tjs 2022-08-30 11:27:17 -04:00
parent b18d3c9049
commit 9bc1b423af
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ const UserSetupModal = ({ isOpen, onClose }: ModalProps) => {
}
})
: []
return banks.filter((b) => b.walletBalance > 0)
return banks
}, [group?.banksMapByName, walletTokens])
return (