Coursemology/coursemology2

View on GitHub
client/app/bundles/course/survey/containers/SurveyLayout/AdminMenu.jsx

Summary

Maintainability
B
5 hrs
Test Coverage

Function AdminMenu has 100 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AdminMenu = (props) => {
  const [anchorEl, setAnchorEl] = useState(null);
  const { intl, survey, surveyId } = props;
  const navigate = useNavigate();

Function showEditSurveyForm has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  const showEditSurveyForm = () => {
    const { showSurveyForm } = surveyActions;
    const {
      title,
      description,

There are no issues that match your filters.

Category
Status