From 9499555cef74fbcc68b5c6a69161de12b2173e99 Mon Sep 17 00:00:00 2001 From: Claudia Ifrim Date: Mon, 14 Jun 2021 14:23:51 +0300 Subject: [PATCH] Refs#135241 - Remove facility address from Competent Authority table --- .../manage/Blocks/SiteBlocks/CompetentAuthority.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/manage/Blocks/SiteBlocks/CompetentAuthority.jsx b/src/components/manage/Blocks/SiteBlocks/CompetentAuthority.jsx index b3a474d1..9fde45df 100644 --- a/src/components/manage/Blocks/SiteBlocks/CompetentAuthority.jsx +++ b/src/components/manage/Blocks/SiteBlocks/CompetentAuthority.jsx @@ -54,7 +54,6 @@ const CompetentAuthority = (props) => { : []), { key: 'organizationName', value: 'Organization name' }, { key: 'contactPerson', value: 'Contact person' }, - { key: 'address', value: 'Address' }, { key: 'email', value: 'E-mail' }, { key: 'authLastUpdated', value: 'Last updated' }, ]} @@ -72,10 +71,6 @@ const CompetentAuthority = (props) => {

Contact Person

{competentAuthority[0].contactPerson}

- -

Address

-

{competentAuthority[0].address}

-

E-mail

{competentAuthority[0].email}