Fix double cosmos connection issue

This commit is contained in:
Ilja 2022-03-02 12:46:52 +02:00
parent 320a4e9c61
commit 3add26b0bf

View File

@ -69,7 +69,7 @@ export default function SessionProposalModal() {
accounts.push(`${chain}:${address}`)
})
} else if (isCosmosChain(chain)) {
cosmosAddresses.forEach(address => {
selectedCosmos.forEach(address => {
accounts.push(`${chain}:${address}`)
})
}