fix: previous runs date (#3461)

This commit is contained in:
HugoCasa
2024-03-26 00:04:39 +01:00
committed by GitHub
parent a5b762b2aa
commit ac2fd58403
@@ -301,7 +301,7 @@
<div
class="whitespace-nowrap col-span-3 !text-tertiary !text-2xs overflow-hidden text-ellipsis flex-shrink text-center"
>
<TimeAgo date={i.created_at ?? ''} />
<TimeAgo date={i.started_at ?? ''} />
</div>
<div class="col-span-2">
<a