diff --git a/src/views/WalletAccounts.vue b/src/views/WalletAccounts.vue index 645df300..a3d04cd5 100644 --- a/src/views/WalletAccounts.vue +++ b/src/views/WalletAccounts.vue @@ -543,7 +543,7 @@ export default { if (price > 0) { return `+${parseFloat(price.toFixed(2))}%` } - return price === 0 ? '' : `${parseFloat(price.toFixed(2))}%` + return '' }, formatPrice(denom) { const d2 = this.formatDenom(denom)