From 3c760bfc513113662d0ccd02e0d5e713ca24efeb Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Tue, 3 Mar 2026 13:01:51 +0100 Subject: [PATCH] Change audit name display on compliance Signed-off-by: Sacha Al Himdani --- apps/trust/src/components/AuditRow.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/trust/src/components/AuditRow.tsx b/apps/trust/src/components/AuditRow.tsx index 03b8e489a..0b65f8d49 100644 --- a/apps/trust/src/components/AuditRow.tsx +++ b/apps/trust/src/components/AuditRow.tsx @@ -129,13 +129,7 @@ export function AuditRow(props: { audit: AuditRowFragment$key }) {
- {audit.framework.name} - {audit.name && ( - <> - {" "} - {audit.name} - - )} + {audit.name ?? audit.framework.name}
{audit.report && audit.report.isUserAuthorized ? (