Coursemology/coursemology2

View on GitHub
client/app/bundles/course/achievement/pages/AchievementEdit/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function AchievementEdit has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AchievementEdit: FC<Props> = (props) => {
  const { achievementId, open, onClose, onSubmit } = props;
  const { t } = useTranslation();
  const dispatch = useAppDispatch();
  const achievement = useAppSelector((state) =>

There are no issues that match your filters.

Category
Status