diff --git a/frontend/src/lib/components/FlowLogViewer.svelte b/frontend/src/lib/components/FlowLogViewer.svelte index f7aa82c0b5..a6d5949275 100644 --- a/frontend/src/lib/components/FlowLogViewer.svelte +++ b/frontend/src/lib/components/FlowLogViewer.svelte @@ -633,7 +633,6 @@ {/if} {#snippet flowIcon(status: FlowStatusModule['type'] | undefined, hasErrors: boolean)} - {status} {@const colorClass = getStatusColor(status)}