From ead4c42a955f87af94aaa02798be459b4686abc4 Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 18 Jan 2024 15:26:35 +0100 Subject: [PATCH] fix: budget cap --- .../billing/budgetCap.svelte | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/routes/console/organization-[organization]/billing/budgetCap.svelte b/src/routes/console/organization-[organization]/billing/budgetCap.svelte index 137c70ba4..f44070bdd 100644 --- a/src/routes/console/organization-[organization]/billing/budgetCap.svelte +++ b/src/routes/console/organization-[organization]/billing/budgetCap.svelte @@ -8,6 +8,8 @@ import { addNotification } from '$lib/stores/notifications'; import { organization } from '$lib/stores/organization'; import { sdk } from '$lib/stores/sdk'; + import { wizard } from '$lib/stores/wizard'; + import ChangeOrganizationTierCloud from '$routes/console/changeOrganizationTierCloud.svelte'; import { onMount } from 'svelte'; let capActive = false; @@ -92,7 +94,18 @@ - + {#if $organization?.billingPlan === BillingPlan.STARTER} + + {:else} + + {/if}