Etienne
2025-04-22 14:01:36 +02:00
committed by GitHub
parent 87083cb414
commit 5250d5c8d6
10 changed files with 768 additions and 12 deletions

View File

@ -19,7 +19,7 @@ export const useGetWorkflowNodeExecutionUsage = () => {
return {
usageQuantity: 0,
freeUsageQuantity: 0,
includedFreeQuantity: 0,
includedFreeQuantity: 10000,
paidUsageQuantity: 0,
unitPriceCents: 0,
totalCostCents: 0,

View File

@ -106,7 +106,9 @@ export const SettingsBilling = () => {
]}
>
<SettingsPageContainer>
<SettingsBillingMonthlyCreditsSection />
{hasNotCanceledCurrentSubscription && (
<SettingsBillingMonthlyCreditsSection />
)}
<Section>
<H2Title
title={t`Manage your subscription`}