feat: only show alerts when booking dates are affected

This commit is contained in:
Simon Emanuelsson
2025-06-25 11:16:20 +00:00
committed by Simon.Emanuelsson
parent 64b3bd71dc
commit 145a6d2365
5 changed files with 57 additions and 16 deletions
@@ -1,5 +1,7 @@
import type { Hotel } from "@/types/hotel"
import type { SelectRateBooking } from "./selectRate"
export interface HotelInfoCardProps {
booking: SelectRateBooking
hotel: Hotel
}