Fixed map page

This commit is contained in:
Linus Flood
2024-11-28 09:09:44 +01:00
parent 9b90e99adf
commit 3318d31ec8

View File

@@ -21,10 +21,6 @@ export default async function SelectHotelMapPage({
params,
searchParams,
}: PageArgs<LangParams, SelectHotelSearchParams>) {
if (env.HIDE_FOR_NEXT_RELEASE) {
return notFound()
}
setLang(params.lang)
const locations = await getLocations()