client/app/bundles/course/material/folders/components/tables/TableMaterialRow.tsx
Function TableMaterialRow
has 84 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TableMaterialRow: FC<Props> = (props) => {
const { currFolderId, material, isCurrentCourseStudent, isConcrete } = props;
return (
<TableRow id={`material-${material.id}`}>
- Create a ticketCreate a ticket