Skip to content

Commit

Permalink
fallback to actual id
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 1, 2024
1 parent 930f997 commit 1d94b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/tables/CellLicense.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export function CellLicense({ cell }) {
if (licenseAssignment.skuId == M365Licenses[x].GUID) {
licenses.push(M365Licenses[x].Product_Display_Name)
break
} else {
licenses.push(licenseAssignment.skuId)
}
}
})
Expand Down

0 comments on commit 1d94b1e

Please sign in to comment.