do not reset search query on HISTORY_NAVIGATE

This commit is contained in:
Travis Eden 2018-05-24 16:21:18 -04:00
parent 30c18725d8
commit 17ecf7f91c

View file

@ -88,7 +88,6 @@ export const searchReducer = handleActions(
// if going home, it should be blank
[ACTIONS.HISTORY_NAVIGATE]: (state: SearchState): SearchState => ({
...state,
searchQuery: '',
suggestions: [],
isActive: false,
}),