Remove old prop

This commit is contained in:
Sam Becker 2025-01-26 13:55:28 -06:00
parent d81e677530
commit c089d9a6ca

View File

@ -11,7 +11,6 @@ import HiddenHeader from '@/tag/HiddenHeader';
import FocalLengthHeader from '@/focal/FocalLengthHeader';
import PhotoHeader from './PhotoHeader';
import { JSX } from 'react';
import { ZOOM_CONTROLS_ENABLED } from '@/site/config';
export default function PhotoDetailPage({
photo,
@ -113,7 +112,6 @@ export default function PhotoDetailPage({
shouldShareSimulation={simulation !== undefined}
shouldScrollOnShare={false}
includeFavoriteInAdminMenu={includeFavoriteInAdminMenu}
shouldShowZoomControls={ZOOM_CONTROLS_ENABLED}
/>,
]}
/>