Coursemology/coursemology2

View on GitHub
client/app/bundles/system/admin/instance/instance/components/tables/UsersTable.tsx

Summary

Maintainability
C
1 day
Test Coverage

Function UsersTable has 270 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const UsersTable: FC<Props> = (props) => {
  const { title, renderRowActionComponent, intl, users, userCounts, filter } =
    props;
  const [isLoading, setIsLoading] = useState(false);
  const dispatch = useAppDispatch();

There are no issues that match your filters.

Category
Status