Skip to content

Commit

Permalink
Removed address from competent authority
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jun 15, 2021
1 parent 4d4ae2c commit 065d511
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const CompetentAuthority = (props) => {
: []),
{ key: 'organizationName', value: 'Organization name' },
{ key: 'contactPerson', value: 'Contact person' },
{ key: 'address', value: 'Address' },
// { key: 'address', value: 'Address' },
{ key: 'email', value: 'E-mail' },
{ key: 'authLastUpdated', value: 'Last updated' },
]}
Expand All @@ -72,10 +72,10 @@ const CompetentAuthority = (props) => {
<p className="bold mb-0">Contact Person</p>
<p className="info">{competentAuthority[0].contactPerson}</p>
</Grid.Column>
<Grid.Column mobile={6}>
{/* <Grid.Column mobile={6}>
<p className="bold mb-0">Address</p>
<p className="info">{competentAuthority[0].address}</p>
</Grid.Column>
</Grid.Column> */}
<Grid.Column mobile={6}>
<p className="bold mb-0">E-mail</p>
<p className="info">{competentAuthority[0].email}</p>
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,11 @@
resolved "https://registry.yarnpkg.com/@eeacms/volto-resize-helper/-/volto-resize-helper-0.2.0.tgz#9aaad55a34c670cf304f98927e47c005fabe6214"
integrity sha512-BwGYm9wpuXPcjJzPFb9ocWeMGGrm2BOdM0TA16oZV/B7mbzkl7mD7fRgmZ3rNb//W4RplEa+pMUt3/YNP1dTzg==

"@eeacms/volto-resize-helper@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@eeacms/volto-resize-helper/-/volto-resize-helper-0.2.2.tgz#5fa899acc4116f2a31cc753bb3737b1ceb30238a"
integrity sha512-MevcfCFta+A79esQbGq0dVwZHHp5zbkguQ3j8nORGtZEmnYOUCE+HTUoWVAGmQLDFbrfy7lttwmiwFXxC0COxw==

"@eeacms/volto-sentry-rancher-config@2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@eeacms/volto-sentry-rancher-config/-/volto-sentry-rancher-config-2.1.2.tgz#3833b597568a824e916c09d1927e651a0fba2fda"
Expand Down

0 comments on commit 065d511

Please sign in to comment.