Coursemology/coursemology2

View on GitHub
client/app/bundles/course/statistics/pages/StatisticsIndex/staff/StaffStatisticsTable.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function StaffStatisticsTable has 78 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const StaffStatisticsTable: FC<Props> = (props) => {
  const { staffs } = props;
  const { t } = useTranslation();
  const formattedStaffs = staffs.map(processStaff);

There are no issues that match your filters.

Category
Status