Temporarily remove zoom button from homepage
This commit is contained in:
parent
01166d7867
commit
aa1e9a4800
@ -35,6 +35,7 @@ export default function PhotosLarge({
|
||||
onVisible={index === photos.length - 1
|
||||
? onLastPhotoVisible
|
||||
: undefined}
|
||||
showZoomControls={false}
|
||||
/>)}
|
||||
itemKeys={photos.map(photo => photo.id)}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user