From b0f9694e3bc19cf3e1ac283fe364d0f43673e846 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 27 Jan 2025 23:23:09 -0600 Subject: [PATCH] Enable zoom controls on home page --- src/photo/PhotosLarge.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/photo/PhotosLarge.tsx b/src/photo/PhotosLarge.tsx index eef2b920..9da562c9 100644 --- a/src/photo/PhotosLarge.tsx +++ b/src/photo/PhotosLarge.tsx @@ -35,7 +35,6 @@ export default function PhotosLarge({ onVisible={index === photos.length - 1 ? onLastPhotoVisible : undefined} - showZoomControls={false} />)} itemKeys={photos.map(photo => photo.id)} />