Skip to content

Commit

Permalink
Merge pull request #6058 from Abishekcs/chore/remove-unused-reviewerlink
Browse files Browse the repository at this point in the history
chore: Remove unused ReviewerLink component and cleanup related code
  • Loading branch information
ragesoss authored Dec 11, 2024
2 parents 44a0b48 + 24b9abb commit 61dc883
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const AssignmentLinks = ({ assignment, courseType, user, course, project, editMo
reviewers = <AllPeerReviewLinks assignment={assignment} />;
}

// const reviewers = <ReviewerLink key={`reviewers-${id}`} reviewers={assignment.reviewers} />;
const links = actions.reduce(interleaveSeparators, []);

return (
Expand Down

This file was deleted.

0 comments on commit 61dc883

Please sign in to comment.