From e7a1bc689c2bc2a08c40038de1cf7e74573ff23a Mon Sep 17 00:00:00 2001 From: robbond Date: Thu, 20 Aug 2026 08:01:40 +0100 Subject: [PATCH] test(ui): consolidate branch scoped workspace --- components/scenario-form.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/scenario-form.jsx b/components/scenario-form.jsx index 566d296..3be69e2 100644 --- a/components/scenario-form.jsx +++ b/components/scenario-form.jsx @@ -625,8 +625,8 @@ export default function ScenarioForm() { /> )} - {/* ── Main result workspace ─────────────────────── */} - {(status === "success" || status === "error") && ( + {/* ── Main result workspace (only when experiment view is off) ─── */} + {(!showExperimentView && (status === "success" || status === "error")) && ( <>