diff --git a/frontend/src/lib/components/runs/RunsTable.svelte b/frontend/src/lib/components/runs/RunsTable.svelte index 2571cd46ba..36f66105c1 100644 --- a/frontend/src/lib/components/runs/RunsTable.svelte +++ b/frontend/src/lib/components/runs/RunsTable.svelte @@ -205,7 +205,7 @@ >
{#snippet header()}{/snippet} {#snippet item({ index, style })} -
+
{#if flatJobs} {@const jobOrDate = flatJobs[index]} {#if jobOrDate} {#if jobOrDate?.type === 'date'}
{jobOrDate.date}
@@ -357,7 +357,7 @@