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

feature/default_network_editable
Alexander Tseung 7 years ago committed by Dan J Miller
parent 923c702164
commit ace4f0d998
  1. 2
      ui/app/components/eth-balance.js

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

Loading…
Cancel
Save