Coursemology/coursemology2

View on GitHub
client/app/bundles/course/users/components/tables/PersonalTimesTable.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function PersonalTimesTable has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PersonalTimesTable: FC<Props> = (props) => {
  const { personalTimes, intl } = props;

  const renderRow = (item: PersonalTimeMiniEntity): JSX.Element => {
    return (

There are no issues that match your filters.

Category
Status