Skip to content

Commit d9fb2fb

Browse files
Update src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 33c435b commit d9fb2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
$: total = members?.total ?? 0;
1414
$: organizationMembersSupported =
15-
$organization?.billingPlanDetails?.addons?.seats?.supported ?? true; /* false on free */
15+
$organization?.billingPlanDetails?.addons?.seats?.supported ?? true; /* true on paid plans */
1616
</script>
1717

1818
<CardGrid>

0 commit comments

Comments
 (0)