diff --git a/src/image-response/RecipeImageResponse.tsx b/src/image-response/RecipeImageResponse.tsx index c007432f..681cac55 100644 --- a/src/image-response/RecipeImageResponse.tsx +++ b/src/image-response/RecipeImageResponse.tsx @@ -32,7 +32,7 @@ export default function RecipeImageResponse({ recipe: photo.recipeData, simulation: photo.filmSimulation!, iso: photo.iso!.toString(), - }) + }, true) : []; if (recipeLines && recipeLines.length > MAX_RECIPE_LINES) { diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx index 06557768..769178c6 100644 --- a/src/photo/PhotoLarge.tsx +++ b/src/photo/PhotoLarge.tsx @@ -356,7 +356,11 @@ export default function PhotoLarge({