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