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 ? (