From e19b7023740bc7fdc771e7fa4926cbc600e697de Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 7 Nov 2024 17:08:06 +0100 Subject: [PATCH] fix: hardcoded billing plan in estimation box for apply credit --- src/routes/(console)/apply-credit/+page.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/(console)/apply-credit/+page.svelte b/src/routes/(console)/apply-credit/+page.svelte index 45e701050..9e942cb57 100644 --- a/src/routes/(console)/apply-credit/+page.svelte +++ b/src/routes/(console)/apply-credit/+page.svelte @@ -189,6 +189,8 @@ $: selectedOrg = $organizationList?.teams?.find( (team) => team.$id === selectedOrgId ) as Organization; + + $: console.log(billingPlan); @@ -287,7 +289,7 @@