Skip to content

Commit a36ec0b

Browse files
committed
fix: fallback to job updated date
1 parent 1c81217 commit a36ec0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/librecov_web/live/build_live/job_row.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Librecov.RepositoryLive.JobRow do
2929
</span>
3030
</td>
3131
<td class="text-start d-none d-sm-table-cell">
32-
{@job.run_at |> human_time_ago}
32+
{(@job.run_at || @job.updated_at) |> human_time_ago}
3333
</td>
3434
<td class="text-center d-none d-sm-table-cell">
3535
{@job.files_count}

0 commit comments

Comments
 (0)