test(ui): consolidate branch scoped workspace

This commit is contained in:
2026-08-20 08:01:40 +01:00
parent 36060faf16
commit e7a1bc689c
+2 -2
View File
@@ -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")) && (
<>
<PulseStyle />
<div className="grid grid-cols-1 gap-6 lg:grid-cols-4">