feat(SW-828): Moved placeholder image to ImageGallery
This commit is contained in:
@@ -56,12 +56,7 @@ export default function HotelCard({
|
||||
onMouseLeave={handleMouseLeave}
|
||||
>
|
||||
<section className={styles.imageContainer}>
|
||||
{hotelData?.galleryImages && (
|
||||
<ImageGallery
|
||||
title={hotelData.name}
|
||||
images={hotelData.galleryImages}
|
||||
/>
|
||||
)}
|
||||
<ImageGallery title={hotelData.name} images={hotelData.galleryImages} />
|
||||
<div className={styles.tripAdvisor}>
|
||||
<Chip intent="primary" className={styles.tripAdvisor}>
|
||||
<TripAdvisorIcon color="white" />
|
||||
|
||||
Reference in New Issue
Block a user