feat(SW-828): Moved placeholder image to ImageGallery
This commit is contained in:
@@ -29,12 +29,10 @@ export default function HotelInfoCard({ hotelData }: HotelInfoCardProps) {
|
||||
{hotelAttributes && (
|
||||
<section className={styles.wrapper}>
|
||||
<div className={styles.imageWrapper}>
|
||||
{hotelAttributes?.galleryImages && (
|
||||
<ImageGallery
|
||||
title={hotelAttributes.name}
|
||||
images={hotelAttributes.galleryImages}
|
||||
/>
|
||||
)}
|
||||
<ImageGallery
|
||||
title={hotelAttributes.name}
|
||||
images={hotelAttributes.galleryImages}
|
||||
/>
|
||||
{hotelAttributes.ratings?.tripAdvisor && (
|
||||
<div className={styles.tripAdvisor}>
|
||||
<TripAdvisorIcon color="burgundy" />
|
||||
|
||||
Reference in New Issue
Block a user