🔧 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

@@ -163,7 +163,7 @@ export const fetchComicVineMatches = (searchPayload) => (dispatch) => {
console.log(error);
}
// dispatch({
// type: CV_CLEANUP,
// });
dispatch({
type: CV_CLEANUP,
});
};