From 153f41358b8acb83ead3f84523f348f82abf1368 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 3 Mar 2026 17:39:14 +0100 Subject: [PATCH] fix: remove stale allCells dependency in emptyCellIds memo --- admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx b/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx index 1b7695f..2b18e16 100644 --- a/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx +++ b/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx @@ -195,7 +195,7 @@ export function StepReconstruction({ sessionId, onNext }: StepReconstructionProp } } return ids - }, [allCells]) + }, [cells]) // Sort cells for tab navigation: by row, then by column const sortedCellIds = useMemo(() => {