Merge pull request #140 from loin3/fix/issue-139

fix: not matching between denom and amount in Summary asset view.
This commit is contained in:
ping 2022-05-20 16:47:42 +08:00 committed by GitHub
commit 9abc090678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ export default {
const trace = this.denoms[v]
return `* ${formatTokenDenom(trace.base_denom)} (${trace.path})`
}
return v
return formatTokenDenom(v)
},
},
}