Coursemology/coursemology2

View on GitHub
client/app/bundles/course/users/pages/UsersIndex/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

const UsersIndex: FC<Props> = (props) => {
  const { intl } = props;
  const courseId = getCourseId();
  const [isLoading, setIsLoading] = useState(true);
  const users = useAppSelector(getAllStudentMiniEntities);
Severity: Major
Found in client/app/bundles/course/users/pages/UsersIndex/index.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status