diff --git a/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx b/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx index 32ec25b3..c6012f01 100644 --- a/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx +++ b/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx @@ -86,7 +86,14 @@ function WorkflowRun() { const title = workflowIsLoading ? ( ) : ( -

{workflow?.title}

+

+ + {workflow?.title} + +

); const workflowFailureReason = workflowRun?.failure_reason ? (