Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jun 15, 2021
2 parents 065d511 + 9499555 commit c4d5ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@eeacms/volto-tabs-block"
],
"dependencies": {
"@eeacms/volto-matomo": "2.0.1",
"@eeacms/volto-matomo": "2.0.2",
"@eeacms/volto-object-widget": "2.2.3",
"@eeacms/volto-sentry-rancher-config": "2.1.2",
"@eeacms/volto-slate-metadata-mentions": "2.2.2",
"@eeacms/volto-slate-metadata-mentions": "2.2.3",
"@eeacms/volto-widget-toggle": "2.2.2",
"@eeacms/volto-widgets-view": "2.1.2",
"@material/react-linear-progress": "^0.15.0",
Expand All @@ -69,7 +69,7 @@
"react-tooltip": "^4.2.9",
"react-visibility-sensor": "^5.1.1",
"tableau-api-js": "github:eea/tableau-api-js#1.1.0",
"volto-slate": "2.6.2"
"volto-slate": "2.7.0"
},
"devDependencies": {
"eslint-plugin-prettier": "3.1.3",
Expand Down
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 c4d5ca4

Please sign in to comment.