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