From 1d167e201b56f8ca8d1b87fa15d726065cbaf4e5 Mon Sep 17 00:00:00 2001
From: Arman
Date: Tue, 19 Mar 2024 16:30:38 +0100
Subject: [PATCH] fix: show generic support button by default
---
src/lib/components/support.svelte | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/lib/components/support.svelte b/src/lib/components/support.svelte
index fa36429ff..6443ddf1e 100644
--- a/src/lib/components/support.svelte
+++ b/src/lib/components/support.svelte
@@ -44,7 +44,18 @@
{/if}
- {#if $organization?.billingPlan === BillingPlan.STARTER}
+ {#if $organization?.billingPlan === BillingPlan.PRO || $organization?.billingPlan === BillingPlan.SCALE}
+
+ {:else}
- {:else}
-
{/if}
{/if}