From d9fb2fbc07deefcb051d2b80151e9e12cb80f434 Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:58:37 +0530 Subject: [PATCH] Update src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../usage/[[invoice]]/totalMembers.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte index cfae43f12..a3cf22abf 100644 --- a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte +++ b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte @@ -12,7 +12,7 @@ $: total = members?.total ?? 0; $: organizationMembersSupported = - $organization?.billingPlanDetails?.addons?.seats?.supported ?? true; /* false on free */ + $organization?.billingPlanDetails?.addons?.seats?.supported ?? true; /* true on paid plans */