Coursemology/coursemology2

View on GitHub
client/app/bundles/course/experience-points/disbursement/components/tables/DisbursementTable.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function DisbursementTable has 113 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DisbursementTable: FC<Props> = (props: Props) => {
  const { filteredUsers, onClickCopy, onClickRemove, intl } = props;

  const columns: TableColumns[] = [
    {

There are no issues that match your filters.

Category
Status