From 2fab80352dabd8483ca050c6f569509f96114fe1 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Mon, 11 Dec 2023 20:48:08 -0800 Subject: [PATCH] fix: pro pricing button --- frontends/dashboard/src/routes/account/Card.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/dashboard/src/routes/account/Card.svelte b/frontends/dashboard/src/routes/account/Card.svelte index 28436178..0159ecc7 100644 --- a/frontends/dashboard/src/routes/account/Card.svelte +++ b/frontends/dashboard/src/routes/account/Card.svelte @@ -55,7 +55,7 @@ {:else if prices.length > 0}
{#each prices as price} - {#if limit === 0 || !upgradable} + {#if (startLimit > 0 && limit === 0) || !upgradable} {:else}