fix: display modify dates for already guaranteed changeable rates
This commit is contained in:
committed by
Michael Zetterberg
parent
b8a976db22
commit
2abd4c5c12
@@ -45,7 +45,6 @@ export type Room = Pick<
|
||||
roomPrice: RoomPrice
|
||||
breakfast: BreakfastPackage | null
|
||||
mainRoom: boolean
|
||||
isPrePaid: boolean
|
||||
priceType: PriceType
|
||||
}
|
||||
|
||||
@@ -137,7 +136,6 @@ export const useMyStayRoomDetailsStore = create<MyStayRoomDetailsState>(
|
||||
breakfast: null,
|
||||
linkedReservations: [],
|
||||
isCancelable: false,
|
||||
isPrePaid: false,
|
||||
priceType: "money",
|
||||
},
|
||||
linkedReservationRooms: [],
|
||||
|
||||
Reference in New Issue
Block a user