From 6b9d7d6cf25c7a3734a580a751e016dcd077647d Mon Sep 17 00:00:00 2001 From: David Culbreth Date: Fri, 27 Feb 2026 16:57:10 -0600 Subject: [PATCH] still working on workflows. --- web/src/components/executions/WorkflowExecutionTree.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/src/components/executions/WorkflowExecutionTree.tsx b/web/src/components/executions/WorkflowExecutionTree.tsx index 1922e4d..1adda5f 100644 --- a/web/src/components/executions/WorkflowExecutionTree.tsx +++ b/web/src/components/executions/WorkflowExecutionTree.tsx @@ -138,7 +138,7 @@ const ChildExecutionRow = memo(function ChildExecutionRow({ {/* Task name / expand toggle */}
- {isWorkflow && ( + {isWorkflow ? ( + ) : ( + )} {getStatusIcon(execution.status)} @@ -321,7 +323,7 @@ const WorkflowExecutionRow = memo(function WorkflowExecutionRow({ >
- {isWorkflow && ( + {isWorkflow ? ( + ) : ( + )}