fix: not matching between denim and amount in Summary asset view.

This commit is contained in:
jinseong.cho 2022-05-20 17:42:42 +09:00
parent 7d266ddaf0
commit 29d698b97c

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)
},
},
}