Coursemology/coursemology2

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

Summary

Maintainability
C
1 day
Test Coverage

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

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

There are no issues that match your filters.

Category
Status