Skip to content

Commit 8ef237b

Browse files
committed
format again
1 parent 440dc32 commit 8ef237b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

1819
<CardGrid>

0 commit comments

Comments
 (0)