This commit is contained in:
Dan Finlay 2018-04-03 14:00:04 -07:00
parent 17b9ab1148
commit 99c22a0835
1 changed files with 1 additions and 1 deletions

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', {