🔧 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

@@ -148,7 +148,7 @@ export const fetchVolumeGroups = () => (dispatch) => {
.then((data) => {
dispatch({
type: IMS_COMIC_BOOK_GROUPS_FETCHED,
data,
data: data.data,
});
});
} catch (error) {