client/app/bundles/course/experience-points/disbursement/components/tables/DisbursementTable.tsx
Function DisbursementTable
has 113 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const DisbursementTable: FC<Props> = (props: Props) => {
const { filteredUsers, onClickCopy, onClickRemove, intl } = props;
const columns: TableColumns[] = [
{
- Create a ticketCreate a ticket