From 675e80dbe86e0403e21061d40f950b62f398853c Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 2 Nov 2023 09:05:58 -0500 Subject: [PATCH 1/6] Put film simulation inside tag --- src/photo/PhotoLarge.tsx | 16 +++++++++------- src/vendors/fujifilm/PhotoFujifilmSimulation.tsx | 6 +++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx index 146bc435..3f3ae33d 100644 --- a/src/photo/PhotoLarge.tsx +++ b/src/photo/PhotoLarge.tsx @@ -75,21 +75,23 @@ export default function PhotoLarge({ } {showCamera && photoHasCameraData(photo) && +
} + /> + {photo.filmSimulation && +
+ +
} +
} )} {renderMiniGrid(<> {photoHasExifData(photo) &&