diff --git a/src/routes/(console)/account/organizations/+page.svelte b/src/routes/(console)/account/organizations/+page.svelte index 389113c7bc..f02940caf0 100644 --- a/src/routes/(console)/account/organizations/+page.svelte +++ b/src/routes/(console)/account/organizations/+page.svelte @@ -23,6 +23,7 @@ import { Icon, Tooltip, Typography } from '@appwrite.io/pink-svelte'; import { IconPlus } from '@appwrite.io/pink-icons-svelte'; import { isFreePlan } from '$lib/helpers/billing'; + import { resolvedProfile } from '$lib/profiles/index.svelte'; const { data @@ -97,11 +98,12 @@
Organizations - - + {#if resolvedProfile.showCreateOrganization} + + {/if}
{#if data.organizations.teams.length}