From 70de2538e2c43d0a27b2deed3290aa80228ad892 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 7 Apr 2022 16:01:14 +0200 Subject: [PATCH] ui: fix --- src/routes/applications/index.svelte | 4 ++-- src/routes/databases/index.svelte | 4 ++-- src/routes/destinations/index.svelte | 4 ++-- src/routes/services/index.svelte | 4 ++-- src/routes/sources/index.svelte | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte index 495dc5c48..784629325 100644 --- a/src/routes/applications/index.svelte +++ b/src/routes/applications/index.svelte @@ -48,7 +48,7 @@ {:else}
{#if $session.teamId === '0' && ownApplications.length > 0} -
Your Team's Applications
+
Your Team's Applications
{/if}
{#each ownApplications as application} @@ -56,7 +56,7 @@ {/each}
{#if otherApplications.length > 0 && $session.teamId === '0'} -
Other Team's Applications
+
Other Team's Applications
{#each otherApplications as application} diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte index b38add542..5cf67e356 100644 --- a/src/routes/databases/index.svelte +++ b/src/routes/databases/index.svelte @@ -53,7 +53,7 @@ {:else}
{#if $session.teamId === '0' && ownDatabases.length > 0} -
Your Team's Databases
+
Your Team's Databases
{/if}
{#each ownDatabases as database} @@ -90,7 +90,7 @@ {/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 cc5e53583..4f5a32f52 100644 --- a/src/routes/destinations/index.svelte +++ b/src/routes/destinations/index.svelte @@ -64,7 +64,7 @@ {:else}