diff --git a/admin-compliance/app/sdk/iace/[projectId]/cra/_components/CRACyberView.tsx b/admin-compliance/app/sdk/iace/[projectId]/cra/_components/CRACyberView.tsx index 27c23749..4a7e5e96 100644 --- a/admin-compliance/app/sdk/iace/[projectId]/cra/_components/CRACyberView.tsx +++ b/admin-compliance/app/sdk/iace/[projectId]/cra/_components/CRACyberView.tsx @@ -130,7 +130,8 @@ function FindingsTable({ findings }: { findings: CRAFinding[] }) { {f.regulatory_breadth && f.regulatory_breadth.length > 0 && (

- Regulatorische Breite{f.sub_topic ? ` โ€” ${f.sub_topic}` : ''} (NIST/ENISA/ISO-Quellen) + Regulatorische Breite{f.sub_topic ? ` โ€” ${f.sub_topic}` : ''} + {f.breadth_use_case ? ` ยท ${f.breadth_use_case}` : ''} (NIST/OWASP/ENISA-Quellen)