feat: SW-602 Implemented no availability states
This commit is contained in:
@@ -2,4 +2,5 @@ import type { HotelData } from "@/types/hotel"
|
||||
|
||||
export type HotelInfoCardProps = {
|
||||
hotelData: HotelData | null
|
||||
noAvailability: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user