Skip to content

Commit 333a127

Browse files
chore(lh): gate YearlyTermSeatsUsageCard on license active
1 parent 72be168 commit 333a127

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/web/src/app/(app)/settings/license

packages/web/src/app/(app)/settings/license/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export default authenticatedPage<LicensePageProps>(async ({ prisma, org }, props
9494
)}
9595
{license && <OnlineLicenseCard license={license} />}
9696
{license
97+
&& !isOnlineLicenseInactive
9798
&& yearlyTermStatus && (
9899
<YearlyTermSeatsUsageCard
99100
currentUsers={currentUserCount}

0 commit comments

Comments
 (0)