Coursemology/coursemology2

View on GitHub
client/app/bundles/course/group/forms/GroupCreationForm.jsx

Summary

Maintainability
B
6 hrs
Test Coverage

Function GroupCreationForm has 170 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const GroupCreationForm = (props) => {
  const { dispatch, existingGroups, initialValues, onSubmit } = props;
  const {
    control,
    handleSubmit,
Severity: Major
Found in client/app/bundles/course/group/forms/GroupCreationForm.jsx - About 6 hrs to fix

There are no issues that match your filters.

Category
Status