client/app/bundles/course/courses/components/forms/CourseInvitationCodeForm.tsx
Function CourseInvitationCodeForm
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CourseInvitationCodeForm: FC<Props> = (props) => {
const { intl } = props;
const [code, setCode] = useState('');
- Create a ticketCreate a ticket