Skip to content

Commit 440dc32

Browse files
committed
format
1 parent d9fb2fb commit 440dc32

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/routes/(console)/organization-[organization]/header.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@
151151
</Button>
152152
</div>
153153
<div slot="tooltip">
154-
{!(organization?.billingPlanDetails?.addons?.seats?.supported ?? true)
154+
{!(
155+
organization?.billingPlanDetails?.addons?.seats?.supported ??
156+
true
157+
)
155158
? 'Upgrade to add more members'
156159
: `You've reached the members limit for the ${
157160
organization?.billingPlanDetails.name

0 commit comments

Comments
 (0)