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
1 changed files with 1 additions and 1 deletions

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