Skip to content

Commit

Permalink
fix(compliance-page): remove unnecessary links for heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
sijav committed Dec 5, 2024
1 parent 275c9af commit 3959413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/panel/compliance/CompliancePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function CompliancePage() {
name: account.name ?? account.id,
value: percentage,
title: Math.round(percentage) + '%',
href: `/compliance/${benchmark.id}/${account.id}`,
href: failedChecks ? `/compliance/${benchmark.id}/${account.id}` : undefined,
}
}),
})),
Expand Down

0 comments on commit 3959413

Please sign in to comment.