We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275c9af commit 3959413Copy full SHA for 3959413
src/pages/panel/compliance/CompliancePage.tsx
@@ -25,7 +25,7 @@ export default function CompliancePage() {
25
name: account.name ?? account.id,
26
value: percentage,
27
title: Math.round(percentage) + '%',
28
- href: `/compliance/${benchmark.id}/${account.id}`,
+ href: failedChecks ? `/compliance/${benchmark.id}/${account.id}` : undefined,
29
}
30
}),
31
})),
0 commit comments