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

Pass the linters.

This commit is contained in:
Kevin Serrano 2016-07-07 16:30:52 -07:00
parent 1c1d6241ed
commit 9a9c1f2cd4

View File

@ -53,11 +53,11 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
}, [
h('div', {
style: {
width: '100%',
overflow: 'hidden',
textOverflow: 'ellipsis',
},
}, balance),
width: '100%',
overflow: 'hidden',
textOverflow: 'ellipsis',
},
}, balance),
h('div', {
style: {
color: ' #AEAEAE',