diff --git a/src/components/Map/MapView.jsx b/src/components/Map/MapView.jsx index bb508a9..9681095 100644 --- a/src/components/Map/MapView.jsx +++ b/src/components/Map/MapView.jsx @@ -1709,7 +1709,7 @@ export default function MapView({ )} {createStep === 2 && ( <> - {isLinkMode && galleryPreviewImage && ( + {galleryPreviewImage && (
Link preview
@@ -1718,20 +1718,20 @@ export default function MapView({ {formatPreviewDate(draftPublishedAt)} ) : null}
- {galleryItems.length > 1 && ( -
- {galleryItems.map((url, idx) => ( -
- {`Selected -
- ))} -
- )}
- )} + )} + {galleryItems.length > 0 && ( +
+ {galleryItems.map((url, idx) => ( +
+ {`Preview +
+ ))} +
+ )}