1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
This commit is contained in:
Dan Finlay 2018-04-03 14:00:04 -07:00
parent 17b9ab1148
commit 99c22a0835

View File

@ -99,7 +99,7 @@ BalanceComponent.prototype.renderFiatAmount = function (fiatDisplayNumber, fiatS
if (shouldNotRenderFiat) return null
const display = currencyFormatter.format(Number(fiatDisplayNumber), {
code: fiatSuffix.toUpperCase()
code: fiatSuffix.toUpperCase(),
})
return h('div.fiat-amount', {