Coursemology/coursemology2

View on GitHub
client/app/bundles/course/courses/pages/CoursesNew/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function CoursesNew has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CoursesNew: FC<Props> = (props) => {
  const { open, onClose } = props;
  const { t } = useTranslation();

  const dispatch = useAppDispatch();
Severity: Minor
Found in client/app/bundles/course/courses/pages/CoursesNew/index.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status