fix: we showed duplicate rooms because every bed represents a room
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { HotelData } from "@/types/hotel"
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export interface HotelInfoCardProps {
|
||||
hotelData: HotelData | null
|
||||
hotel: Hotel
|
||||
}
|
||||
|
||||
@@ -8,8 +8,7 @@ export interface RoomsContainerProps {
|
||||
bookingCode?: string
|
||||
childArray: ChildrenInRoom
|
||||
fromDate: Date
|
||||
hotelData: HotelData | null
|
||||
hotelId: number
|
||||
hotelData: HotelData
|
||||
isUserLoggedIn: boolean
|
||||
toDate: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user