Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into poc-invoice-cycle-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Dec 24, 2024
2 parents 9f517bd + b5a0cc6 commit 723da2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</Collapsible>
</svelte:fragment>
<svelte:fragment slot="actions">
{#if $organization?.billingPlan === BillingPlan.FREE}
{#if $organization?.billingPlan === BillingPlan.FREE || $organization?.billingPlan === BillingPlan.GITHUB_EDUCATION}
<div class="u-flex u-gap-16 u-flex-wrap">
<Button text href={`${base}/organization-${$organization?.$id}/usage`}>
View estimated usage
Expand All @@ -202,7 +202,7 @@
Upgrade
</Button>
</div>
{:else if $organization?.billingPlan !== BillingPlan.GITHUB_EDUCATION}
{:else}
<div class="u-flex u-gap-16 u-flex-wrap">
<Button
text
Expand Down

0 comments on commit 723da2c

Please sign in to comment.