diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte
index 801aba8c5..ad8e43c69 100644
--- a/src/routes/applications/index.svelte
+++ b/src/routes/applications/index.svelte
@@ -56,7 +56,7 @@
{/each}
{#if otherApplications.length > 0 && $session.teamId === '0'}
-
{#each otherApplications as application}
diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte
index 488dd5bba..5e271bcfe 100644
--- a/src/routes/databases/index.svelte
+++ b/src/routes/databases/index.svelte
@@ -76,7 +76,7 @@
{database.name}
{#if $session.teamId === '0'}
-
diff --git a/src/routes/destinations/index.svelte b/src/routes/destinations/index.svelte
index 782958aa5..34a9faefb 100644
--- a/src/routes/destinations/index.svelte
+++ b/src/routes/destinations/index.svelte
@@ -72,7 +72,7 @@
{destination.name}
{#if $session.teamId === '0'}
-
Team {destination.teams[0].name}
+
{destination.teams[0].name}
{/if}
{destination.network}
@@ -81,14 +81,14 @@
{#if otherDestinations.length > 0 && $session.teamId === '0'}
-