Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function PersonalTimes has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PersonalTimes: FC<Props> = (props) => {
  const { intl } = props;
  const [isLoading, setIsLoading] = useState(true);
  const permissions = useAppSelector(getManageCourseUserPermissions);
  const sharedData = useAppSelector(getManageCourseUsersSharedData);
Severity: Minor
Found in client/app/bundles/course/users/pages/PersonalTimes/index.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status