Skip to content

Commit 1e554b5

Browse files
committed
chore: Include the number of successful_execution_group_count
1 parent 724d0a0 commit 1e554b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/diagnostics/diagnosticCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function DiagnosticCard({
9191
<div className="flex items-center justify-between text-sm">
9292
<span className="text-muted-foreground">Executions:</span>
9393
<span className="text-foreground">
94-
{diagnostic.successful_execution_count}/
94+
{diagnostic.successful_execution_group_count}/
9595
{diagnostic.execution_group_count}
9696
{note && (
9797
<Tooltip>

0 commit comments

Comments
 (0)