Pass the linters.

feature/default_network_editable
Kevin Serrano 9 years ago
parent 1c1d6241ed
commit 9a9c1f2cd4
  1. 10
      ui/app/components/eth-balance-tx-history.js

@ -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',

Loading…
Cancel
Save