Coursemology/coursemology2

View on GitHub
client/app/bundles/system/admin/admin/components/tables/CoursesTable.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function CoursesTable has 121 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CoursesTable = (props: CoursesTableProps): JSX.Element => {
  const { courses, renderRowActionComponent } = props;
  const { t } = useTranslation();

  if (!courses?.length)

There are no issues that match your filters.

Category
Status