mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
format again
This commit is contained in:
+2
-1
@@ -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 */
|
||||
</script>
|
||||
|
||||
<CardGrid>
|
||||
|
||||
Reference in New Issue
Block a user