Merged in feat/SW-1522-select-rate-alternative-hotels (pull request #1312)
feat(SW-1522): add alternative hotel link on select rate if no availability and move alert * feat(SW-1522): add alternative hotel link on select rate and move alert Approved-by: Linus Flood
This commit is contained in:
committed by
Linus Flood
parent
a8ec845273
commit
8d6f4b82f3
@@ -19,7 +19,7 @@ export interface SelectRateProps {
|
||||
availablePackages: RoomPackages
|
||||
hotelType: string | undefined
|
||||
isUserLoggedIn: boolean
|
||||
roomsAvailability: RoomsAvailability
|
||||
roomsAvailability: RoomsAvailability | null
|
||||
roomCategories: Room[]
|
||||
vat: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user