feat(SW-1780): Hotel address now leads to map view with hotel active
Approved-by: Michael Zetterberg Approved-by: Matilda Landström
This commit is contained in:
@@ -519,9 +519,7 @@ export async function getHotelsByHotelIds({
|
||||
const data: DestinationPagesHotelData = {
|
||||
hotel: {
|
||||
id: hotel.id,
|
||||
galleryImages: hotel.galleryImages?.length
|
||||
? [hotel.galleryImages[0]]
|
||||
: [],
|
||||
galleryImages: hotel.galleryImages,
|
||||
name: hotel.name,
|
||||
tripadvisor: hotel.ratings?.tripAdvisor?.rating,
|
||||
detailedFacilities: hotel.detailedFacilities || [],
|
||||
|
||||
Reference in New Issue
Block a user