🔧 Fixed a bad state and got metadata tab groups working

This commit is contained in:
2021-08-09 16:02:34 -07:00
parent 2a2d996d54
commit 3c8a330336
3 changed files with 69 additions and 53 deletions

View File

@@ -42,9 +42,9 @@ function comicinfoReducer(state = initialState, action) {
};
case CV_CLEANUP:
return {
...state,
searchResults: [],
searchQuery: {},
comicBookDetail: {},
};
default:
return state;