Merged in feat/SW-828-placeholder-image (pull request #885)
Feat/SW-828 placeholder image Approved-by: Bianca Widstam Approved-by: Niclas Edenvin
This commit is contained in:
@@ -62,12 +62,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