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}