🔧 Fixes to fix the way rawFileDetails object is accessed

This commit is contained in:
2021-10-31 17:33:25 -07:00
parent a18705dab8
commit cdbe39c0c7
4 changed files with 6 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ export const getComicBooks = (options) => async (dispatch) => {
},
})
.then((response) => {
console.log(response);
dispatch({
type: IMS_RECENT_COMICS_FETCHED,
data: response.data,