Skip to content

Commit

Permalink
fix: removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Oct 4, 2021
1 parent f10c635 commit 655c8d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/manage/CSPanel/CSPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ const CSPanel = () => {
(state) => state.deleteFeedbacks.subrequests,
);

const deleteFeedbacksLoading =
Object.keys(deleteFeedbacksState ?? [])?.filter(
(k) => deleteFeedbacksState[k].loading === true,
)?.length > 0;

const deleteFeedbacksEnd =
Object.keys(deleteFeedbacksState ?? [])?.filter(
(k) => deleteFeedbacksState[k].loaded === true,
Expand Down

0 comments on commit 655c8d2

Please sign in to comment.