Skip to content

Commit

Permalink
A4A: Fix the bug with bundle licenses not showing on the licenses pag…
Browse files Browse the repository at this point in the history
…e correctly. (#97169)
  • Loading branch information
jkguidaven authored Dec 6, 2024
1 parent 91b0c31 commit db6e07b
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 db6e07b

Please sign in to comment.