aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-17 05:13:03 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-17 05:13:03 +0800
commit3814bf8f5d75cd58243d2e9edd425a4ad085b876 (patch)
treead3e5dcc63c6b4dc13d2e29274ebed663011c43b /ui/app/account-detail.js
parent6cee99f0baedf686071cb9c621dab70ad54688fc (diff)
downloadtangerine-wallet-browser-3814bf8f5d75cd58243d2e9edd425a4ad085b876.tar.gz
tangerine-wallet-browser-3814bf8f5d75cd58243d2e9edd425a4ad085b876.tar.zst
tangerine-wallet-browser-3814bf8f5d75cd58243d2e9edd425a4ad085b876.zip
Change account list balance rendering.
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r--ui/app/account-detail.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index 190045c02..2c98af0dd 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -165,7 +165,6 @@ AccountDetailScreen.prototype.render = function () {
h(AccountEtherBalance, {
value: account && account.balance,
- mainBalance: true,
style: {
lineHeight: '7px',
marginTop: '10px',