fix: display modify dates for already guaranteed changeable rates

This commit is contained in:
Simon Emanuelsson
2025-04-03 15:51:38 +02:00
committed by Michael Zetterberg
parent b8a976db22
commit 2abd4c5c12
17 changed files with 94 additions and 205 deletions

View File

@@ -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: [],