Skip to content

Commit

Permalink
Fix bug with bundle licenses not showing in the licenses page correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkguidaven committed Dec 6, 2024
1 parent 3145f3e commit 8389750
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default function LicenseList() {
<LicenseTransition key={ license.licenseKey }>
<LicensePreview
license={ license }
parentLicenseId={ license.licenseId }
productName={ getProductName( license.product ) }
licenseType={
license.ownerType === LicenseType.Standard
Expand Down

0 comments on commit 8389750

Please sign in to comment.