Coursemology/coursemology2

View on GitHub
client/app/bundles/course/group/pages/GroupIndex/index.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function GroupIndex has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const GroupIndex = (props) => {
  const { intl } = props;
  const [isLoading, setIsLoading] = useState(true);
  const [groupCategories, setGroupCategories] = useState({
    groupCategories: [],
Severity: Major
Found in client/app/bundles/course/group/pages/GroupIndex/index.jsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status