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}