diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-07-08 07:30:52 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-07-08 07:30:52 +0800 |
commit | 9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4 (patch) | |
tree | 4b38eabd22acea44edd1372647db9a5f81940228 /ui | |
parent | 1c1d6241ed188a27a50cccb8aec1350ab459eeb5 (diff) | |
download | tangerine-wallet-browser-9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4.tar tangerine-wallet-browser-9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4.tar.gz tangerine-wallet-browser-9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4.tar.bz2 tangerine-wallet-browser-9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4.tar.lz tangerine-wallet-browser-9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4.tar.xz tangerine-wallet-browser-9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4.tar.zst tangerine-wallet-browser-9a9c1f2cd48235be47e65b42c84bd9bf55ecbec4.zip |
Pass the linters.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/eth-balance-tx-history.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/app/components/eth-balance-tx-history.js b/ui/app/components/eth-balance-tx-history.js index 9c7f48cf1..81166bb45 100644 --- a/ui/app/components/eth-balance-tx-history.js +++ b/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', |