cleanup
This commit is contained in:
parent
194e29356f
commit
60b0667546
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ reducers[Constants.ACTION_POP_DRAWER_STACK] = (state, action) => {
|
||||||
reducers[Constants.ACTION_REACT_NAVGIATION_RESET] = (state, action) => {
|
reducers[Constants.ACTION_REACT_NAVGIATION_RESET] = (state, action) => {
|
||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
// currentRoute: Constants.DRAWER_ROUTE_DISCOVER, // default to Discover upon reset
|
currentRoute: Constants.DRAWER_ROUTE_DISCOVER, // default to Discover upon reset
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue