mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Linted
This commit is contained in:
parent
17b9ab1148
commit
99c22a0835
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user