diff --git a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte index a3cf22abf..e63977881 100644 --- a/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte +++ b/src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte @@ -12,7 +12,8 @@ $: total = members?.total ?? 0; $: organizationMembersSupported = - $organization?.billingPlanDetails?.addons?.seats?.supported ?? true; /* true on paid plans */ + $organization?.billingPlanDetails?.addons?.seats?.supported ?? + true; /* true on paid plans */