fix: define hasGraph in ReasoningWorkspace scope for Experiment 11 toggle

This commit is contained in:
2026-08-05 14:41:11 +01:00
parent ebea15c970
commit a7b7dda91f
+1
View File
@@ -575,6 +575,7 @@ export default function ReasoningWorkspace({
};
const graph = result?.situationGraph ?? null;
const hasGraph = Boolean(graph);
const diagnostics = result?.diagnostics ?? null;
const newlySurfacedNodeIds = result?.newlySurfacedNodeIds || [];
const genuineCompletion = hasGenuineCompletion(graph);