From a5b10d0a62aabe2f61c3c89a268c1de51f983e5b Mon Sep 17 00:00:00 2001 From: Serhii Ofii <132130496+SnowGlowedMountain@users.noreply.github.com> Date: Wed, 23 Oct 2024 05:25:23 +0300 Subject: [PATCH] Serhii 10 22 (#67) * fix:10.21 * chroe:lint * fix:clean_up_apis * add:page_index --- frontend/src/components/collection/View.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/collection/View.tsx b/frontend/src/components/collection/View.tsx index ff647fd..b60df97 100644 --- a/frontend/src/components/collection/View.tsx +++ b/frontend/src/components/collection/View.tsx @@ -190,6 +190,9 @@ const CollectionView: React.FC = ({ collection }) => { onClick={handlePhotoClick} /> + + page: {currentImageIndex + 1}/{translatedImages.length} +