🔧 Fixed a bad state and got metadata tab groups working
This commit is contained in:
@@ -42,9 +42,9 @@ function comicinfoReducer(state = initialState, action) {
|
||||
};
|
||||
case CV_CLEANUP:
|
||||
return {
|
||||
...state,
|
||||
searchResults: [],
|
||||
searchQuery: {},
|
||||
comicBookDetail: {},
|
||||
};
|
||||
default:
|
||||
return state;
|
||||
|
||||
Reference in New Issue
Block a user