1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix exception thrown when styleOverride is not present (#3364)

This commit is contained in:
Alexander Tseung 2018-03-01 13:11:35 -08:00 committed by Dan J Miller
parent 923c702164
commit ace4f0d998

View File

@ -46,7 +46,7 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
incoming,
currentCurrency,
hideTooltip,
styleOveride,
styleOveride = {},
showFiat = true,
} = this.props
const { fontSize, color, fontFamily, lineHeight } = styleOveride