diff --git a/src/App.tsx b/src/App.tsx index abf8e6c5..5a25a6a1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -505,11 +505,18 @@ function Home() { ) : (
-
+
{locationPhotos[location.id].map( (photo, photoIndex) => (
- {previewPhotoPath ? ( - {"active-photo"} - ) : ( -
- - No photo selected -
- )} +
+ {previewPhotoPath ? ( + {"active-photo"} + ) : ( + + + No photo selected + + )} +
))}