From b01fe050d2a5db5f736e25859c44f8106d1eb526 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 15 Feb 2021 20:54:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20link=20to=20ContactDetail=20from?= =?UTF-8?q?=20TeamsOverview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #50 --- src/components/TeamsOverview.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/TeamsOverview.svelte b/src/components/TeamsOverview.svelte index b76db2da..204d3ddc 100644 --- a/src/components/TeamsOverview.svelte +++ b/src/components/TeamsOverview.svelte @@ -104,7 +104,11 @@
{#if t.contact} - {JSON.stringify(t.contact)} + {t.contact.firstname} + {t.contact.middlename || ''} + {t.contact.lastname} {:else}no contact specified{/if}