From 4d142b902171ed4fe2fa8ef194db0d6a254c0883 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Thu, 9 Sep 2021 10:35:17 +0300 Subject: [PATCH] Layout PersonPresenter (#168) Signed-off-by: Alexander Platov --- .../src/components/PersonPresenter.svelte | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/plugins/contact-resources/src/components/PersonPresenter.svelte b/plugins/contact-resources/src/components/PersonPresenter.svelte index 8f1491d210..3621e9ae40 100644 --- a/plugins/contact-resources/src/components/PersonPresenter.svelte +++ b/plugins/contact-resources/src/components/PersonPresenter.svelte @@ -17,7 +17,7 @@ - +
+ +
{value.firstName + ' ' + value.lastName}
+
+