diff --git a/frontend/src/lib/components/runs/JobRunsPreview.svelte b/frontend/src/lib/components/runs/JobRunsPreview.svelte index 8b0a9954fd..5b224ed5f0 100644 --- a/frontend/src/lib/components/runs/JobRunsPreview.svelte +++ b/frontend/src/lib/components/runs/JobRunsPreview.svelte @@ -222,7 +222,11 @@ {#if job?.type === 'CompletedJob'} {#if job?.job_kind == 'flow' || isFlowPreview(job?.job_kind)}
-
{:else} @@ -301,7 +305,7 @@ {#if job?.job_kind == 'flow' || isFlowPreview(job?.job_kind)}
- +
{:else}
Job is still running