diff --git a/admin-compliance/app/sdk/company-profile/page.tsx b/admin-compliance/app/sdk/company-profile/page.tsx index 7ac5177..9c58cef 100644 --- a/admin-compliance/app/sdk/company-profile/page.tsx +++ b/admin-compliance/app/sdk/company-profile/page.tsx @@ -1705,7 +1705,6 @@ const CERTIFICATIONS = [ { id: 'bsi_grundschutz', label: 'BSI IT-Grundschutz', desc: 'IT-Grundschutz-Zertifikat oder Testat' }, { id: 'pci_dss', label: 'PCI DSS', desc: 'Payment Card Industry Data Security Standard' }, { id: 'hipaa', label: 'HIPAA', desc: 'Health Insurance Portability and Accountability Act' }, - { id: 'ce_marking', label: 'CE-Kennzeichnung', desc: 'EU-Konformitaetskennzeichnung fuer Produkte' }, { id: 'other', label: 'Sonstige', desc: 'Andere Zertifizierungen' }, ] @@ -1880,36 +1879,6 @@ function StepLegalFramework({ )} - {/* Pruefzyklus */} -