From a7cf291266c72ee923cec64f83ba0ffac0aec6ac Mon Sep 17 00:00:00 2001 From: Miika Turunen Date: Mon, 14 Aug 2017 00:53:38 +0300 Subject: [PATCH] Added missing props for basilisk mode --- react/src/components/dashboard/walletsNav/walletsNav.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/react/src/components/dashboard/walletsNav/walletsNav.js b/react/src/components/dashboard/walletsNav/walletsNav.js index 0c6ed43..101fdb0 100644 --- a/react/src/components/dashboard/walletsNav/walletsNav.js +++ b/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,