client/app/bundles/course/achievement/pages/AchievementAward/index.tsx
Function AchievementAward
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AchievementAward: FC<Props> = (props) => {
const { achievementId, open, handleClose, intl } = props;
const [discardDialogOpen, setDiscardDialogOpen] = useState(false);
const [isDirty, setIsDirty] = useState(false);
- Create a ticketCreate a ticket