diff options
Diffstat (limited to 'ui/app/components/eth-balance.js')
-rw-r--r-- | ui/app/components/eth-balance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js index 2f6395a2..218dc3b9 100644 --- a/ui/app/components/eth-balance.js +++ b/ui/app/components/eth-balance.js @@ -12,7 +12,7 @@ const FiatValue = require('./fiat-value.js') module.exports = connect(mapStateToProps)(EthBalanceComponent) function mapStateToProps (state) { return { - ticker: state.metamask.ticker, + ticker: state.dekusan.ticker, } } |