diff --git a/react/src/components/dashboard/walletsBalance.js b/react/src/components/dashboard/walletsBalance.js
index d84127d..d246698 100644
--- a/react/src/components/dashboard/walletsBalance.js
+++ b/react/src/components/dashboard/walletsBalance.js
@@ -37,7 +37,7 @@ class WalletsBalance extends React.Component {
{translate('INDEX.BALANCE')}
- {this.props && this.props.ActiveCoin && this.props.ActiveCoin.balance ? this.props.ActiveCoin.balance : 0}
+ {this.props && this.props.balance ? this.props.balance : 0}