Fix finished time showing for in-progress deployments

This commit is contained in:
2025-12-31 14:58:41 -08:00
parent 58687e77f5
commit a2539ebf3a
2 changed files with 5 additions and 5 deletions

View File

@@ -305,7 +305,7 @@
<template x-for="d in deployments" :key="d.id">
<tr>
<td class="text-gray-500">
<span x-text="formatTime(d.finishedAtISO)" :title="d.finishedAtLabel"></span>
<span x-text="formatTime(d.finishedAtISO) || '-'" :title="d.finishedAtLabel"></span>
</td>
<td class="text-gray-500" x-text="d.duration || '-'"></td>
<td>