Remove old prop
This commit is contained in:
parent
d81e677530
commit
c089d9a6ca
@ -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}
|
||||
/>,
|
||||
]}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user