aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/eth-balance-tx-history.js10
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',