Coursemology/coursemology2

View on GitHub
client/app/bundles/course/experience-points/components/ExperiencePointsTable.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ExperiencePointsTable has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ExperiencePointsTable: FC<Props> = (props) => {
  const { isStudentPage, isLoading, disabled, records } = props;

  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status