feat: adjust select rate ui to latest design
This commit is contained in:
@@ -8,7 +8,7 @@ export function getTypeSpecificInformation(
|
||||
const { images } = hotel.hotelContent
|
||||
const { descriptions, meetingDescription } = hotel.hotelContent.texts
|
||||
const hotelData = {
|
||||
description: descriptions.short,
|
||||
description: descriptions?.short,
|
||||
imageSrc: images.imageSizes.small,
|
||||
altText: images.metaData.altText,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user