diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 554954e2f..488dd5bba 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -51,7 +51,7 @@
No databases found
{:else} -
+
{#if $session.teamId === '0' && ownDatabases.length > 0 && otherDatabases.length > 0}
Current Team
{/if} diff --git a/src/routes/services/index.svelte b/src/routes/services/index.svelte index 702187d07..bee9b08f1 100644 --- a/src/routes/services/index.svelte +++ b/src/routes/services/index.svelte @@ -105,7 +105,7 @@ {/each}
{#if otherServices.length > 0 && $session.teamId === '0'} -
Other Team's
+
Other Team's
{#each otherServices as service} diff --git a/src/routes/sources/index.svelte b/src/routes/sources/index.svelte index 570a3c3cc..3f1953a39 100644 --- a/src/routes/sources/index.svelte +++ b/src/routes/sources/index.svelte @@ -90,7 +90,7 @@
{#if otherSources.length > 0 && $session.teamId === '0'} -
Other Team's
+
Other Team's
{#each otherSources as source}