Browse Source

Fixed typo

all-modes
Miika Turunen 8 years ago
parent
commit
299c7a3907
  1. 2
      react/src/components/dashboard/walletsNav/walletsNav.js

2
react/src/components/dashboard/walletsNav/walletsNav.js

@ -131,7 +131,7 @@ const mapStateToProps = (state) => {
receive: state.ActiveCoin.receive,
balance: state.ActiveCoin.balance,
cache: state.ActiveCoin.cache,
ativeSection: state.ActiveCoin.activeSection,
activeSection: state.ActiveCoin.activeSection,
activeAddress: state.ActiveCoin.activeAddress
},
ActiveHandle: state.Dashboard.activeHandle,

Loading…
Cancel
Save