client/app/bundles/course/achievement/pages/AchievementEdit/index.tsx
Function AchievementEdit
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AchievementEdit: FC<Props> = (props) => {
const { achievementId, open, onClose, onSubmit } = props;
const { t } = useTranslation();
const dispatch = useAppDispatch();
const achievement = useAppSelector((state) =>
- Create a ticketCreate a ticket