diff --git a/apps/ui/src/routes/applications/index.svelte b/apps/ui/src/routes/applications/index.svelte index 447bbcc0a..58644059e 100644 --- a/apps/ui/src/routes/applications/index.svelte +++ b/apps/ui/src/routes/applications/index.svelte @@ -161,7 +161,7 @@ {/each} {#if otherApplications.length > 0 && $appSession.teamId === '0'} -
Other Applications
+
Other Applications
{#each otherApplications as application} diff --git a/apps/ui/src/routes/databases/index.svelte b/apps/ui/src/routes/databases/index.svelte index 28ced5584..8207c4f99 100644 --- a/apps/ui/src/routes/databases/index.svelte +++ b/apps/ui/src/routes/databases/index.svelte @@ -113,7 +113,7 @@ {/each}
{#if otherDatabases.length > 0 && $appSession.teamId === '0'} -
Other Databases
+
Other Databases
{#each otherDatabases as database} diff --git a/apps/ui/src/routes/destinations/index.svelte b/apps/ui/src/routes/destinations/index.svelte index c9d0d545e..64fb8d37d 100644 --- a/apps/ui/src/routes/destinations/index.svelte +++ b/apps/ui/src/routes/destinations/index.svelte @@ -123,7 +123,7 @@
{#if otherDestinations.length > 0 && $appSession.teamId === '0'} -
Other Destinations
+
Other Destinations
{#each otherDestinations as destination} diff --git a/apps/ui/src/routes/iam/index.svelte b/apps/ui/src/routes/iam/index.svelte index 48e4cbffa..2a1c22805 100644 --- a/apps/ui/src/routes/iam/index.svelte +++ b/apps/ui/src/routes/iam/index.svelte @@ -189,54 +189,52 @@
Teams
-
-
-
- {#each ownTeams as team} + diff --git a/apps/ui/src/routes/register.svelte b/apps/ui/src/routes/register.svelte index 606973bc9..a80d21af5 100644 --- a/apps/ui/src/routes/register.svelte +++ b/apps/ui/src/routes/register.svelte @@ -121,10 +121,10 @@
diff --git a/apps/ui/src/routes/services/index.svelte b/apps/ui/src/routes/services/index.svelte index 0e1f3eafe..a269c35b2 100644 --- a/apps/ui/src/routes/services/index.svelte +++ b/apps/ui/src/routes/services/index.svelte @@ -98,7 +98,7 @@ {/each}
{#if otherServices.length > 0 && $appSession.teamId === '0'} -
Other Services
+
Other Services
{#if otherSources.length > 0 && $appSession.teamId === '0'} -
Other Sources
+
Other Sources