diff --git a/frontend/src/lib/components/FlowStatusViewerInner.svelte b/frontend/src/lib/components/FlowStatusViewerInner.svelte index 8951433312..5fb23ca41b 100644 --- a/frontend/src/lib/components/FlowStatusViewerInner.svelte +++ b/frontend/src/lib/components/FlowStatusViewerInner.svelte @@ -776,7 +776,7 @@ {/if} {/each} - {:else if innerModules.length > 0} + {:else if innerModules.length > 0 && (job.raw_flow?.modules.length ?? 0) > 0} + {:else} +
Empty flow
{/if}