mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/routes/(console)/organization-[organization]/usage/[[invoice]]/totalMembers.svelte
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
33c435bfef
commit
d9fb2fbc07
+1
-1
@@ -12,7 +12,7 @@
|
||||
|
||||
$: total = members?.total ?? 0;
|
||||
$: organizationMembersSupported =
|
||||
$organization?.billingPlanDetails?.addons?.seats?.supported ?? true; /* false on free */
|
||||
$organization?.billingPlanDetails?.addons?.seats?.supported ?? true; /* true on paid plans */
|
||||
</script>
|
||||
|
||||
<CardGrid>
|
||||
|
||||
Reference in New Issue
Block a user