diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 3c902a125..6ced3899b 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -48,16 +48,16 @@ {:else}
{#if $session.teamId === '0'} -
Your Team's Applications
+
Your Team's Applications
{/if} -
+
{#each ownApplications as application} {/each}
{#if otherApplications.length > 0 && $session.teamId === '0'} -
Other Team's Applications
-
+
Other Team's Applications
+
{#each otherApplications as application} {/each} diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index 1e97b5fda..a15572b45 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -51,11 +51,11 @@
No databases found
{:else} -
+
{#if $session.teamId === '0'} -
Your Team's Databases
+
Your Team's Databases
{/if} -
+
{#each ownDatabases as database}
@@ -90,8 +90,8 @@ {/each}
{#if otherDatabases.length > 0 && $session.teamId === '0'} -
Other Team's Databases
-
+
Other Team's Databases
+
{#each otherDatabases as database}
diff --git a/src/routes/destinations/index.svelte b/src/routes/destinations/index.svelte index 0ee85e7da..66e324472 100644 --- a/src/routes/destinations/index.svelte +++ b/src/routes/destinations/index.svelte @@ -64,9 +64,9 @@ {:else}