client/app/bundles/course/survey/containers/SurveyLayout/AdminMenu.jsx
Function AdminMenu
has 100 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AdminMenu = (props) => {
const [anchorEl, setAnchorEl] = useState(null);
const { intl, survey, surveyId } = props;
const navigate = useNavigate();
- Create a ticketCreate a ticket
Function showEditSurveyForm
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const showEditSurveyForm = () => {
const { showSurveyForm } = surveyActions;
const {
title,
description,
- Create a ticketCreate a ticket