Coursemology/coursemology2

View on GitHub
client/app/bundles/course/achievement/pages/AchievementAward/AchievementAwardSummary.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function AchievementAwardSummary has 102 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AchievementAwardSummary: FC<Props> = (props) => {
  const { achievementUsers, initialObtainedUserIds, selectedUserIds } = props;

  const removedUserIds = new Set(
    [...initialObtainedUserIds].filter(

There are no issues that match your filters.

Category
Status