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")) && ( <>