Coursemology/coursemology2

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function TableMaterialRow has 84 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TableMaterialRow: FC<Props> = (props) => {
  const { currFolderId, material, isCurrentCourseStudent, isConcrete } = props;

  return (
    <TableRow id={`material-${material.id}`}>

There are no issues that match your filters.

Category
Status