{showCameraContent &&
}
{showLensContent &&
- <>
-
-
- >}
- {showRecipeContent &&
+ <>
+
+
+ >}
+ {showRecipeContent && recipeTitle &&
}
@@ -359,14 +355,14 @@ export default function PhotoLarge({
{photo.isoFormatted}
{photo.exposureCompensationFormatted ?? '0ev'}
- {(shouldRenderSimulation || shouldRenderRecipe) &&
+ {(showSimulation || showRecipeButton) &&
- {shouldRenderSimulation && photo.filmSimulation &&
+ {showSimulation && photo.filmSimulation &&
}
- {shouldRenderRecipe &&
+ {showRecipeButton &&