Skip to content

Commit

Permalink
Remove unused state
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Oct 23, 2023
1 parent c5bbdb6 commit b29ee42
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/features/review/reviewSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ const initialState = {
isLoading: false,
operation: null, /* 'fetching', 'updating', 'deleting' */
errors: null,
},
images: {
isLoading: false,
operation: null, /* 'deleting' */
errors: null,
}
}
};
Expand Down

0 comments on commit b29ee42

Please sign in to comment.