diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-08 03:41:07 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-08 03:41:07 +0800 |
commit | 306035f57508cafd07c27407896a5ac32dc1b435 (patch) | |
tree | 5894ae15b7cd3ef2829a280dc08cb77efdb95d9f /ui/app/components/eth-balance.js | |
parent | 468c1ffa427321c95c6e8acbf16b5f4fdb462495 (diff) | |
download | tangerine-wallet-browser-306035f57508cafd07c27407896a5ac32dc1b435.tar.gz tangerine-wallet-browser-306035f57508cafd07c27407896a5ac32dc1b435.tar.zst tangerine-wallet-browser-306035f57508cafd07c27407896a5ac32dc1b435.zip |
Linted
Diffstat (limited to 'ui/app/components/eth-balance.js')
-rw-r--r-- | ui/app/components/eth-balance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js index d50ac771d..79fc1d256 100644 --- a/ui/app/components/eth-balance.js +++ b/ui/app/components/eth-balance.js @@ -52,7 +52,7 @@ EthBalanceComponent.prototype.renderBalance = function (value) { h(tagName, { style: { fontSize: props.fontSize || '12px', - } + }, }, balance + ' '), h(tagName, { style: { |