Coursemology/coursemology2

View on GitHub
client/app/bundles/course/user-invitations/components/tables/InvitationResultUsersTable.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function InvitationResultUsersTable has 97 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const InvitationResultUsersTable: FC<Props> = (props) => {
  const { title, users, intl } = props;

  if (users && users.length === 0) return null;

There are no issues that match your filters.

Category
Status