Coursemology/coursemology2

View on GitHub
client/app/bundles/course/material/folders/components/tables/TableSubfolderRow.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function TableSubfolderRow has 101 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TableSubfolderRow: FC<Props> = (props) => {
  const { currFolderId, subfolder, isCurrentCourseStudent, isConcrete } = props;
  const { t } = useTranslation();

  return (

There are no issues that match your filters.

Category
Status