diff --git a/frontend/src/pages/MissionTestPage.tsx b/frontend/src/pages/MissionTestPage.tsx
index b8d3368..8803de3 100644
--- a/frontend/src/pages/MissionTestPage.tsx
+++ b/frontend/src/pages/MissionTestPage.tsx
@@ -247,34 +247,30 @@ function RedZone({ test, missionId, canWriteRed }: RedZoneProps) {
{test.executed_at ? (
-
- {test.executed_at}
+ <>
+
+ >
) : (
-
+
Not yet executed — use the "→ Executed" transition above to stamp.
)}
- {test.executed_at}
{test.executed_at_overridden && (
· overridden
)}
-