Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
remove poc-nat ckb; adjust imprint (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrund-tsi authored Mar 9, 2022
1 parent 3861d4d commit 28df87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/modals/group-modal.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,12 @@ const GroupModal = (props: any) => {
maxLength={300}
/>

<FormGroupPermissionCkb controlId='formenablePcr' title={t('translation:enablePcr')}
{/* <FormGroupPermissionCkb controlId='formenablePcr' title={t('translation:enablePcr')}
//label={t('translation:for-counter')}
onChange={(evt: any) => updateSearchPortalConsent('enablePcr', evt.currentTarget.checked)}
type='checkbox'
checked={group.enablePcr}
/>
/> */}

<hr />

Expand Down
3 changes: 1 addition & 2 deletions src/components/modals/imprint.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ const ImprintPage = (props: any) => {
<p>
<strong>Verantwortlich:</strong><br />
T-Systems International GmbH<br />
Katharyn White<br />
Senior Vice President und CMO<br />
Christian R. Andersen<br />
Friedrich-Ebert-Allee-140<br />
D – 53113 Bonn
</p>
Expand Down

0 comments on commit 28df87c

Please sign in to comment.