From 57a58433245f1180ecc75d475c27624b48cccce9 Mon Sep 17 00:00:00 2001 From: Lukas May Date: Tue, 10 Feb 2026 10:55:59 +0100 Subject: [PATCH] fix(web): Update PipelineTab to use renamed PlanSection component --- packages/web/src/components/pipeline/PipelineTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/src/components/pipeline/PipelineTab.tsx b/packages/web/src/components/pipeline/PipelineTab.tsx index 319306b..f09baf5 100644 --- a/packages/web/src/components/pipeline/PipelineTab.tsx +++ b/packages/web/src/components/pipeline/PipelineTab.tsx @@ -9,7 +9,7 @@ import { ExecutionProvider, useExecutionContext, TaskModal, - BreakdownSection, + PlanSection, type PhaseData, type FlatTaskEntry, } from "@/components/execution"; @@ -92,7 +92,7 @@ function PipelineTabInner({ initiativeId, phases, phasesLoading }: PipelineTabPr // Empty state if (!phasesLoading && phases.length === 0) { return ( -