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