Skip to content

Commit

Permalink
Merge branch 'KelvinTegelaar:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey authored Aug 2, 2024
2 parents c755dce + f36880f commit 5ee233d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/tables/CellLicense.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ 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 5ee233d

Please sign in to comment.