fix: retrigger build
This commit is contained in:
@@ -24,10 +24,7 @@ export default async function HotelPage() {
|
|||||||
language: lang,
|
language: lang,
|
||||||
include: ["RoomCategories"],
|
include: ["RoomCategories"],
|
||||||
})
|
})
|
||||||
|
if (!hotelData) return null
|
||||||
if (!hotelData) {
|
|
||||||
return null
|
|
||||||
}
|
|
||||||
const { attributes, roomCategories } = hotelData
|
const { attributes, roomCategories } = hotelData
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user