diff --git a/frontend/src/components/dashboard/WorkflowPipeline.tsx b/frontend/src/components/dashboard/WorkflowPipeline.tsx index 951de8d3..9324da96 100644 --- a/frontend/src/components/dashboard/WorkflowPipeline.tsx +++ b/frontend/src/components/dashboard/WorkflowPipeline.tsx @@ -40,9 +40,9 @@ export default function WorkflowPipeline({ const getStatusIcon = (status: WorkflowStep["status"], stepNumber: number) => { switch (status) { case "completed": - return ; + return ; case "in_progress": - return ; + return ; case "pending": return {stepNumber}; }