diff --git a/frontend/src/components/tools/shared/NavigationControls.tsx b/frontend/src/components/tools/shared/NavigationControls.tsx index 2b5306778..239508946 100644 --- a/frontend/src/components/tools/shared/NavigationControls.tsx +++ b/frontend/src/components/tools/shared/NavigationControls.tsx @@ -32,26 +32,9 @@ const NavigationControls = ({ > - - - {Array.from({ length: totalFiles }, (_, index) => ( - onIndexChange(index)} - data-testid={`review-panel-dot-${index}`} - /> - ))} - + + {currentIndex + 1} of {totalFiles} + - - - {currentIndex + 1} of {totalFiles} - + + ); }; -export default NavigationControls; \ No newline at end of file +export default NavigationControls;