📏 Adjusted histogram height

This commit is contained in:
2022-05-03 09:42:24 -07:00
parent bb54f3e107
commit c3d8a3db74
2 changed files with 4 additions and 4 deletions

View File

@@ -170,6 +170,7 @@ function fileOpsReducer(state = initialState, action) {
};
}
case IMG_ANALYSIS_DATA_FETCH_SUCCESS: {
console.log(action)
return {
...state,
imageAnalysisResults: action.result,