client/app/bundles/course/achievement/components/buttons/AchievementManagementButtons.tsx
Function AchievementManagementButtons
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AchievementManagementButtons: FC<Props> = (props) => {
const { achievement, navigateToIndex } = props;
const { t } = useTranslation();
const dispatch = useAppDispatch();
const navigate = useNavigate();
- Create a ticketCreate a ticket