client/app/bundles/course/users/components/buttons/UserManagementButtons.tsx
Function UserManagementButtons
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const UserManagementButtons: FC<Props> = (props) => {
const { intl, user } = props;
const dispatch = useAppDispatch();
const [isDeleting, setIsDeleting] = useState(false);
- Create a ticketCreate a ticket