Coursemology/coursemology2

View on GitHub
client/app/bundles/course/survey/containers/ResponseForm/ResponseSection.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ResponseSection has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ResponseSection = (props) => {
  const { control, disabled, section, sectionIndex } = props;
  const { fields: questionFields } = useFieldArray({
    control,
    name: `sections.${sectionIndex}.questions`,

There are no issues that match your filters.

Category
Status