🔧 Refactored the volumeGroup to use volume info from mongo

This commit is contained in:
2022-02-12 19:41:47 -08:00
parent d1a0bc7d46
commit ce392ec13e
4 changed files with 11 additions and 11 deletions

View File

@@ -89,6 +89,7 @@ function fileOpsReducer(state = initialState, action) {
};
}
case IMS_COMIC_BOOK_GROUPS_FETCHED: {
console.log(action)
return {
...state,
comicVolumeGroups: action.data,