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:
parent
923c702164
commit
ace4f0d998
@ -46,7 +46,7 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
|
|||||||
incoming,
|
incoming,
|
||||||
currentCurrency,
|
currentCurrency,
|
||||||
hideTooltip,
|
hideTooltip,
|
||||||
styleOveride,
|
styleOveride = {},
|
||||||
showFiat = true,
|
showFiat = true,
|
||||||
} = this.props
|
} = this.props
|
||||||
const { fontSize, color, fontFamily, lineHeight } = styleOveride
|
const { fontSize, color, fontFamily, lineHeight } = styleOveride
|
||||||
|
Loading…
x
Reference in New Issue
Block a user