+ {/* One shared grid template so every column lines up across rows:
+ label | status icon | relative time | trailing links + score. */}
{rows.map((row) => (
{row.timestamp
? formatDistanceToNow(new Date(row.timestamp), { addSuffix: true })
: "—"}
-
- {row.score && (
-
- {row.score.passed}/{row.score.total}
-
- )}
-
+
+
+ {row.score && (
+
+ {row.score.passed}/{row.score.total}
+
+ )}
+
+
))}