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:
commit
9abc090678
@ -69,7 +69,7 @@ export default {
|
|||||||
const trace = this.denoms[v]
|
const trace = this.denoms[v]
|
||||||
return `* ${formatTokenDenom(trace.base_denom)} (${trace.path})`
|
return `* ${formatTokenDenom(trace.base_denom)} (${trace.path})`
|
||||||
}
|
}
|
||||||
return v
|
return formatTokenDenom(v)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user