Fix recipe demo page

This commit is contained in:
Sam Becker 2025-02-24 18:40:07 -06:00
parent 613aa17849
commit 5f463377c0

View File

@ -17,11 +17,8 @@ export default async function AdminRecipePage({
<SiteGrid
contentMain={photo && fujifilmRecipe && filmSimulation
? <PhotoRecipeOverlay
backgroundImageUrl={photo.url}
photos={[photo]}
recipe={fujifilmRecipe}
simulation={filmSimulation}
exposure={photo.exposureCompensationFormatted ?? '+0ev'}
iso={photo.isoFormatted ?? 'ISO 0'}
/>
: <div>
Can&apos;t find photo/recipe