fix: close summary sheet
This commit is contained in:
committed by
Simon Emanuelsson
parent
ccb15593ea
commit
439bc13e65
@@ -60,9 +60,4 @@ export type InitialState = Pick<DetailsState, "booking" | "packages"> &
|
||||
breakfast?: false
|
||||
}
|
||||
|
||||
export type PersistedState = Pick<
|
||||
DetailsState,
|
||||
"bedType" | "booking" | "breakfast" | "guest" | "totalPrice"
|
||||
>
|
||||
|
||||
export type RoomRate = DetailsProviderProps["roomRate"]
|
||||
|
||||
Reference in New Issue
Block a user