From 36060faf16dd5e1b3d2cbb3c794e251a123f78cb Mon Sep 17 00:00:00 2001 From: robbond Date: Thu, 20 Aug 2026 07:56:26 +0100 Subject: [PATCH] test(ui): verify branch scoped workspace data path --- components/scenario-form.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/scenario-form.jsx b/components/scenario-form.jsx index 29e9290..566d296 100644 --- a/components/scenario-form.jsx +++ b/components/scenario-form.jsx @@ -439,7 +439,7 @@ export default function ScenarioForm() { return (
{/* ── RTO.26B — standalone branch-scoped experimental view (shown when experiment is active) ───── */} - {showExperimentView && status !== "loading" && !result?.situationGraph && !result?.updatedSituationGraph && ( + {showExperimentView && status !== "loading" && ( <>