fix(SW-188): improve semantics, use hotel instead of attribute naming
This commit is contained in:
@@ -27,8 +27,8 @@ export default async function SelectHotelPage({
|
||||
return null
|
||||
}
|
||||
|
||||
const { attributes } = hotelData
|
||||
const hotels = [attributes]
|
||||
const { hotel } = hotelData
|
||||
const hotels = [hotel]
|
||||
|
||||
const hotelFilters = await serverClient().hotel.getFilters({
|
||||
hotelId: "879",
|
||||
|
||||
Reference in New Issue
Block a user