aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-balance.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/token-balance.js')
-rw-r--r--ui/app/components/token-balance.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/token-balance.js b/ui/app/components/token-balance.js
index 0342c1da9..2f71c0687 100644
--- a/ui/app/components/token-balance.js
+++ b/ui/app/components/token-balance.js
@@ -27,7 +27,8 @@ function TokenBalance () {
TokenBalance.prototype.render = function () {
const state = this.state
- const { symbol, string, balanceOnly, isLoading } = state
+ const { symbol, string, isLoading } = state
+ const { balanceOnly } = this.props
return isLoading
? h('span', '')