client/app/bundles/course/users/components/tables/PersonalTimesTable.tsx
Function PersonalTimesTable
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const PersonalTimesTable: FC<Props> = (props) => {
const { personalTimes, intl } = props;
const renderRow = (item: PersonalTimeMiniEntity): JSX.Element => {
return (
- Create a ticketCreate a ticket