Skip to content

Commit

Permalink
feat: add source system
Browse files Browse the repository at this point in the history
  • Loading branch information
NawfalAhmed committed Apr 2, 2024
1 parent 2a5d16c commit 5539615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/users/enrollments/Enrollments.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default function Enrollments({
lastModifiedBy: enrollment.manualEnrollment && enrollment.manualEnrollment.enrolledBy ? enrollment.manualEnrollment.enrolledBy : 'N/A',
reason: enrollment.manualEnrollment && enrollment.manualEnrollment.reason ? enrollment.manualEnrollment.reason : 'N/A',
orderNumber: enrollment.orderNumber,
sourceSystem: enrollment.sourceSystem || 'N/A',
},
enterpriseCourseEnrollments: enrollment.enterpriseCourseEnrollments?.map((ece => ({
enterpriseCustomerName: ece.enterpriseCustomerName,
Expand Down Expand Up @@ -225,6 +226,7 @@ export default function Enrollments({
</a>
),
},
{ Header: 'Source System', accessor: 'sourceSystem', },

Check failure on line 229 in src/users/enrollments/Enrollments.jsx

View workflow job for this annotation

GitHub Actions / tests

Unexpected trailing comma
],
[],
);
Expand Down

0 comments on commit 5539615

Please sign in to comment.