From efcdd849b9dc6e2d45adeef6009a2db5b3eec5b6 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Tue, 17 Feb 2026 10:37:45 -0800 Subject: [PATCH] fix: Add 'ready' status to FeatureStatusWithPipeline type union --- .../views/board-view/components/kanban-card/card-header.tsx | 1 - libs/types/src/pipeline.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/src/components/views/board-view/components/kanban-card/card-header.tsx b/apps/ui/src/components/views/board-view/components/kanban-card/card-header.tsx index 0f44ac21..ac80d7ed 100644 --- a/apps/ui/src/components/views/board-view/components/kanban-card/card-header.tsx +++ b/apps/ui/src/components/views/board-view/components/kanban-card/card-header.tsx @@ -206,7 +206,6 @@ export const CardHeaderSection = memo(function CardHeaderSection({ !isSelectionMode && (feature.status === 'backlog' || feature.status === 'interrupted' || - // @ts-expect-error 'ready' is a valid runtime status used for backlog display but not in FeatureStatusWithPipeline union feature.status === 'ready') && (