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
+2 -1
View File
@@ -11,6 +11,7 @@
*/
import getInvestigationMapTopics from "@/lib/map/investigation-map-adapter";
import React from "react";
/* ── Status icons (unicode — no icon library dependency) ─── */
@@ -97,4 +98,4 @@ export default function InvestigationMap({ turnCount = 0 }) {
</div>
</div>
);
}
}