Coursemology/coursemology2

View on GitHub
client/app/bundles/course/courses/components/forms/CourseInvitationCodeForm.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function CourseInvitationCodeForm has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CourseInvitationCodeForm: FC<Props> = (props) => {
  const { intl } = props;

  const [code, setCode] = useState('');

There are no issues that match your filters.

Category
Status