client/app/bundles/course/users/components/tables/ManageUsersTable/AlgorithmMenu.tsx
Function AlgorithmMenu
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AlgorithmMenu = (props: AlgorithmMenuProps): JSX.Element => {
const { for: user } = props;
const dispatch = useAppDispatch();
- Create a ticketCreate a ticket