fix(SW-978): Small fixes

This commit is contained in:
Pontus Dreij
2024-11-29 09:56:25 +01:00
parent 558efba23d
commit 289d43b326
5 changed files with 25 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ import { setLang } from "@/i18n/serverContext"
import styles from "./page.module.css"
import { HotelData } from "@/types/components/hotelReservation/selectHotel/hotelCardListingProps"
import type { HotelData } from "@/types/components/hotelReservation/selectHotel/hotelCardListingProps"
import type { SelectHotelSearchParams } from "@/types/components/hotelReservation/selectHotel/selectHotelSearchParams"
import { AlertTypeEnum } from "@/types/enums/alert"
import { LangParams, PageArgs } from "@/types/params"
@@ -112,6 +112,8 @@ export default async function SelectHotelPage({
const isAllUnavailable = hotels.every((hotel) => hotel.price === undefined)
console.log("searchParams.city", searchParams.city)
return (
<>
<header className={styles.header}>