|
|
@ -101,8 +101,8 @@ TokenCell.prototype.render = function () { |
|
|
|
|
|
|
|
|
|
|
|
h('div.token-list-item__balance-ellipsis', null, [ |
|
|
|
h('div.token-list-item__balance-ellipsis', null, [ |
|
|
|
h('div.token-list-item__balance-wrapper', null, [ |
|
|
|
h('div.token-list-item__balance-wrapper', null, [ |
|
|
|
h('h3.token-list-item__token-balance', `${string || 0} ${symbol}`), |
|
|
|
h('div.token-list-item__token-balance', `${string || 0}`), |
|
|
|
|
|
|
|
h('div.token-list-item__token-symbol', symbol), |
|
|
|
showFiat && h('div.token-list-item__fiat-amount', { |
|
|
|
showFiat && h('div.token-list-item__fiat-amount', { |
|
|
|
style: {}, |
|
|
|
style: {}, |
|
|
|
}, formattedFiat), |
|
|
|
}, formattedFiat), |
|
|
|