From a3e5e278528f2a1238212cb344cd4a743f078201 Mon Sep 17 00:00:00 2001 From: Jonathan Dobson Date: Mon, 6 Oct 2025 15:37:32 -0400 Subject: [PATCH] =?UTF-8?q?guess=20at=20the=20issue=20with=20broken=20code?= =?UTF-8?q?=20tab=20for=20wpid=5F445917468972674652=20w=E2=80=A6=20(#3621)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/workflowRun/WorkflowRunCode.tsx | 52 ++++++++++--------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx b/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx index 0b07f3d2..2faeef49 100644 --- a/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx +++ b/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx @@ -164,31 +164,33 @@ function WorkflowRunCode(props?: Props) { } /> - + {cacheKeyValueSet.size > 0 ? ( + + ) : null}