test(ui): verify branch scoped workspace data path

This commit is contained in:
2026-08-20 07:56:26 +01:00
parent 49c4b904df
commit 36060faf16
+1 -1
View File
@@ -439,7 +439,7 @@ export default function ScenarioForm() {
return (
<div className="space-y-6">
{/* ── RTO.26B — standalone branch-scoped experimental view (shown when experiment is active) ───── */}
{showExperimentView && status !== "loading" && !result?.situationGraph && !result?.updatedSituationGraph && (
{showExperimentView && status !== "loading" && (
<>
<PulseStyle />
<div className="grid grid-cols-1 gap-6 lg:grid-cols-4">