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