Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function ManageStaff has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

There are no issues that match your filters.

Category
Status