diff --git a/src/redux/reducers/drawer.js b/src/redux/reducers/drawer.js index 362703b..aa10871 100644 --- a/src/redux/reducers/drawer.js +++ b/src/redux/reducers/drawer.js @@ -54,7 +54,7 @@ reducers[Constants.ACTION_POP_DRAWER_STACK] = (state, action) => { reducers[Constants.ACTION_REACT_NAVGIATION_RESET] = (state, action) => { return { ...state, - // currentRoute: Constants.DRAWER_ROUTE_DISCOVER, // default to Discover upon reset + currentRoute: Constants.DRAWER_ROUTE_DISCOVER, // default to Discover upon reset }; };