fix(ui): preserve investigation workspace across no-question states

This commit is contained in:
2026-08-17 08:06:01 +01:00
parent 0cd68f40a5
commit f2f495d5c7
5 changed files with 18 additions and 5 deletions
@@ -7,6 +7,8 @@
/* ── Helpers ──────────────────────────────────────────────── */
import React from "react";
function formatTimestamp(iso) {
if (!iso) return "—";
try {