client/app/bundles/course/experience-points/components/ExperiencePointsTable.tsx
Function ExperiencePointsTable
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ExperiencePointsTable: FC<Props> = (props) => {
const { isStudentPage, isLoading, disabled, records } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket