feat: adjust select rate ui to latest design
This commit is contained in:
@@ -64,7 +64,7 @@ export default function HotelListingItem({
|
||||
</Caption>
|
||||
</div>
|
||||
</div>
|
||||
<Body>{hotel.hotelContent.texts.descriptions.short}</Body>
|
||||
<Body>{hotel.hotelContent.texts.descriptions?.short}</Body>
|
||||
<ul className={styles.amenityList}>
|
||||
{amenities.map((amenity) => {
|
||||
const IconComponent = mapFacilityToIcon(amenity.id)
|
||||
|
||||
Reference in New Issue
Block a user