Skip to content

Commit 9f8cc1b

Browse files
authored
Show credit balance also for partner billed organizations.
* When a Vercel customer downgrades in the middle of the billing cycle the get credits (no refund to card). To make that clearer, they need to be able to see their balance.
1 parent f4222eb commit 9f8cc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Organization/BillingSettings/BillingSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const BillingSettings = () => {
8282
</>
8383
)}
8484

85-
{isBillingCreditsEnabledOnProfileLevel && isNotOrgWithPartnerBilling && (
85+
{isBillingCreditsEnabledOnProfileLevel && (
8686
<>
8787
<ScaffoldDivider />
8888

0 commit comments

Comments
 (0)