aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/eth-balance.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-07 13:48:02 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-07 13:48:02 +0800
commitce463f3aff07c3cb73370cc1446a6b64f91ceb05 (patch)
tree58daf7f63d4e76c63ac5c8477f270cd8c95e9068 /ui/app/components/eth-balance.js
parent7481f7c3df72f5616615fcd74537d1f091b1bc4b (diff)
downloadtangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar.gz
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.tar.zst
tangerine-wallet-browser-ce463f3aff07c3cb73370cc1446a6b64f91ceb05.zip
Fixed up pending-tx-details
Diffstat (limited to 'ui/app/components/eth-balance.js')
-rw-r--r--ui/app/components/eth-balance.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js
index 510b620f3..288a0fcaf 100644
--- a/ui/app/components/eth-balance.js
+++ b/ui/app/components/eth-balance.js
@@ -14,7 +14,8 @@ function EthBalanceComponent () {
EthBalanceComponent.prototype.render = function () {
var state = this.props
var style = state.style
- var value = formatBalance(state.value)
+
+ const value = formatBalance(state.value)
return (