Coursemology/coursemology2

View on GitHub
client/app/bundles/course/achievement/components/buttons/AchievementManagementButtons.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function AchievementManagementButtons has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AchievementManagementButtons: FC<Props> = (props) => {
  const { achievement, navigateToIndex } = props;
  const { t } = useTranslation();
  const dispatch = useAppDispatch();
  const navigate = useNavigate();

There are no issues that match your filters.

Category
Status