Browse Source

Added missing props for basilisk mode

all-modes
Miika Turunen 8 years ago
parent
commit
a7cf291266
  1. 3
      react/src/components/dashboard/walletsNav/walletsNav.js

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

@ -130,6 +130,9 @@ const mapStateToProps = (state) => {
send: state.ActiveCoin.send,
receive: state.ActiveCoin.receive,
balance: state.ActiveCoin.balance,
cache: state.ActiveCoin.cache,
nativeActiveSection: state.ActiveCoin.nativeActiveSection,
activeAddress: state.ActiveCoin.activeAddress
},
ActiveHandle: state.Dashboard.activeHandle,
nativeOnly: Config.iguanaLessMode,

Loading…
Cancel
Save