Coursemology/coursemology2

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function NewCourseForm has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NewCourseForm: FC<Props> = (props) => {
  const { open, title, onClose, initialValues, onSubmit } = props;
  const { t } = useTranslation();

  return (
Severity: Major
Found in client/app/bundles/course/courses/components/forms/NewCourseForm.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status