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}