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(() => {