diff --git a/frontend/src/routes/flows/run/[...path].svelte b/frontend/src/routes/flows/run/[...path].svelte index 11b9cae2b1..38df9cbf23 100644 --- a/frontend/src/routes/flows/run/[...path].svelte +++ b/frontend/src/routes/flows/run/[...path].svelte @@ -86,16 +86,10 @@
-
-

- {defaultIfEmptyString(flow.summary, flow.path)} -

- {#if !emptyString(flow.summary)} -

{flow.path}

- {/if} -
-