forked from cerc-io/cosmos-explorer
fix issue
This commit is contained in:
parent
0380598f4f
commit
97c30a4853
@ -238,7 +238,7 @@ export default {
|
||||
return v2
|
||||
}
|
||||
const d = parseFloat(v)
|
||||
if (d === 0) return 0
|
||||
if (d === 0) return '0'
|
||||
if (d < 1.01) {
|
||||
return `${percent(d)}%`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user