Skip to content

Commit

Permalink
Use initialEvent for compact timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Oct 3, 2024
1 parent 2fb983f commit 74cde10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/event/event-summary-row-comfy.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
export let onRowClick: () => void = noop;
$: selectedId = isEventGroup(event)
? Array.from(event.events.keys()).pop()
? Array.from(event.events.keys()).shift()
: event.id;
$: ({ workflow, run, namespace } = $page.params);
Expand Down

0 comments on commit 74cde10

Please sign in to comment.