Skip to content

Commit ab50a07

Browse files
Added personal data field consumer side
1 parent f40f0a1 commit ab50a07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/ConsumerEServiceDetailsPage/components/ConsumerEServiceGeneralInfoSection/ConsumerEServiceGeneralInfoSection.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ export const ConsumerEServiceGeneralInfoSection: React.FC = () => {
8484
content={descriptor.eservice.producer.name}
8585
/>
8686
<InformationContainer label={t('version.label')} content={descriptor.version} />
87+
<InformationContainer
88+
label={t(`personalDataField.${descriptor.eservice.mode}.label`)}
89+
content={t(`personalDataField.value.${descriptor.eservice.personalData}`)}
90+
/>
8791
<InformationContainer
8892
label={t('eserviceDescription.label')}
8993
content={descriptor.eservice.description}

0 commit comments

Comments
 (0)