🔍 CV match scorer WIP

This commit is contained in:
2021-07-31 12:01:29 -07:00
parent 5a7f30f007
commit ae5f0b2c0f
10 changed files with 114 additions and 133 deletions

View File

@@ -17,7 +17,7 @@ function comicinfoReducer(state = initialState, action) {
inProgress: true,
};
case CV_SEARCH_SUCCESS:
console.log("ACTION", action);
console.log("ASDASD", action)
return {
...state,
searchResults: action.searchResults,