From 3490abe9a70ca3bd1725ae005c4031f25996f2a7 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 30 Jan 2021 17:56:40 +0100 Subject: [PATCH] Org badge in TeamsOverview ref #51 --- src/components/TeamsOverview.svelte | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/TeamsOverview.svelte b/src/components/TeamsOverview.svelte index 042f77ac..b76db2da 100644 --- a/src/components/TeamsOverview.svelte +++ b/src/components/TeamsOverview.svelte @@ -80,8 +80,7 @@
-
+
{t.name}
@@ -90,10 +89,11 @@
-
+
{#if t.parentGroup} - {t.parentGroup.name} + {t.parentGroup.name} {:else}no organization specified{/if}
@@ -102,8 +102,7 @@
-
+
{#if t.contact} {JSON.stringify(t.contact)} {:else}no contact specified{/if}