From 1a4cf211eb5d5278e8d7cf375ba534b1c24a1315 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 15 Feb 2021 20:53:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20link=20to=20ContactDetail=20from?= =?UTF-8?q?=20OrgOverview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #50 --- src/components/OrgOverview.svelte | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/OrgOverview.svelte b/src/components/OrgOverview.svelte index 328855ba..4f14ca3e 100644 --- a/src/components/OrgOverview.svelte +++ b/src/components/OrgOverview.svelte @@ -78,8 +78,7 @@
-
+
{o.name}
@@ -88,8 +87,7 @@
-
+
{#if o.address} {JSON.stringify(o.address)} {:else}no address specified{/if} @@ -100,10 +98,13 @@
-
+
{#if o.contact} - {JSON.stringify(o.contact)} + {o.contact.firstname} + {o.contact.middlename || ''} + {o.contact.lastname} {:else}no contact specified{/if}