diff --git a/src/components/Map/MapView.jsx b/src/components/Map/MapView.jsx index 9681095..02aa34a 100644 --- a/src/components/Map/MapView.jsx +++ b/src/components/Map/MapView.jsx @@ -1718,18 +1718,18 @@ export default function MapView({ {formatPreviewDate(draftPublishedAt)} ) : null} - - )} - {galleryItems.length > 0 && ( -
- {galleryItems.map((url, idx) => ( -
- {`Preview -
- ))} + {galleryItems.length > 0 && ( +
+ {galleryItems.map((url, idx) => ( +
+ {`Preview +
+ ))} +
+ )}
)}