1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fixed eth_balance style, completing partial merge

This commit is contained in:
Dan Finlay 2016-07-07 15:22:10 -07:00
parent 2bd31c3e50
commit 33150cc721

View File

@ -64,17 +64,8 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
color: props.labelColor || '#AEAEAE',
fontSize: props.fontSize || '12px',
},
}, [
h('div', balance),
h('div', {
style: {
color: '#AEAEAE',
fontSize: '12px',
},
}, label),
]),
}, label),
]),
])
)
}