Skip to content

Commit

Permalink
Refs#135241 - Remove facility address from Competent Authority table
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiaifrim committed Jun 14, 2021
1 parent cb65c56 commit 9499555
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]}
Expand All @@ -72,10 +71,6 @@ const CompetentAuthority = (props) => {
<p className="bold mb-0">Contact Person</p>
<p className="info">{competentAuthority[0].contactPerson}</p>
</Grid.Column>
<Grid.Column mobile={6}>
<p className="bold mb-0">Address</p>
<p className="info">{competentAuthority[0].address}</p>
</Grid.Column>
<Grid.Column mobile={6}>
<p className="bold mb-0">E-mail</p>
<p className="info">{competentAuthority[0].email}</p>
Expand Down

0 comments on commit 9499555

Please sign in to comment.