diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 049bded43..3c902a125 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -50,14 +50,14 @@ {#if $session.teamId === '0'}
Your Team's Applications
{/if} -
+
{#each ownApplications as application} {/each}
{#if otherApplications.length > 0 && $session.teamId === '0'}
Other Team's Applications
-
+
{#each otherApplications as application} {/each} diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 26fc89d9c..1e97b5fda 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -55,7 +55,7 @@ {#if $session.teamId === '0'}
Your Team's Databases
{/if} -
+
{#each ownDatabases as database}
@@ -91,7 +91,7 @@
{#if otherDatabases.length > 0 && $session.teamId === '0'}
Other Team's Databases
-