client/app/bundles/course/users/pages/UsersIndex/index.tsx
Function UsersIndex
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const UsersIndex: FC<Props> = (props) => {
const { intl } = props;
const courseId = getCourseId();
const [isLoading, setIsLoading] = useState(true);
const users = useAppSelector(getAllStudentMiniEntities);
- Create a ticketCreate a ticket