We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724d0a0 commit 1e554b5Copy full SHA for 1e554b5
frontend/src/components/diagnostics/diagnosticCard.tsx
@@ -91,7 +91,7 @@ export function DiagnosticCard({
91
<div className="flex items-center justify-between text-sm">
92
<span className="text-muted-foreground">Executions:</span>
93
<span className="text-foreground">
94
- {diagnostic.successful_execution_count}/
+ {diagnostic.successful_execution_group_count}/
95
{diagnostic.execution_group_count}
96
{note && (
97
<Tooltip>
0 commit comments