From 299c7a3907c81509bb54d337a44f9e62fa682d01 Mon Sep 17 00:00:00 2001 From: Miika Turunen Date: Wed, 23 Aug 2017 22:57:14 +0300 Subject: [PATCH] Fixed typo --- react/src/components/dashboard/walletsNav/walletsNav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/src/components/dashboard/walletsNav/walletsNav.js b/react/src/components/dashboard/walletsNav/walletsNav.js index ce92355..96b3732 100644 --- a/react/src/components/dashboard/walletsNav/walletsNav.js +++ b/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,