aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-07-07 08:04:09 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-07-07 08:04:09 +0800
commit9d577ea0231802279ea0070a598f7dea9637f652 (patch)
tree2b2257b716447b15b0d90bcad3e5a7ea1d148e5e /ui/app/account-detail.js
parent9d54f10dc5bd42f9103ff6c9f2094d5af81b2342 (diff)
downloadtangerine-wallet-browser-9d577ea0231802279ea0070a598f7dea9637f652.tar.gz
tangerine-wallet-browser-9d577ea0231802279ea0070a598f7dea9637f652.tar.zst
tangerine-wallet-browser-9d577ea0231802279ea0070a598f7dea9637f652.zip
Add decimal hendeling to ETH balance
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r--ui/app/account-detail.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index 62b9d80ae..6d50dbd71 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -163,6 +163,7 @@ AccountDetailScreen.prototype.render = function () {
h(EtherBalance, {
value: account && account.balance,
+ mainBalance: true,
style: {
lineHeight: '7px',
marginTop: '10px',