fix: unite all price details modals to one and align on ui
This commit is contained in:
committed by
Michael Zetterberg
parent
8152aea649
commit
1f94c581ae
@@ -11,10 +11,12 @@ interface RoomPrice {
|
||||
}
|
||||
|
||||
interface MyStayTotalPriceState {
|
||||
rooms: RoomPrice[]
|
||||
totalPrice: number | null
|
||||
currencyCode: CurrencyEnum
|
||||
rooms: RoomPrice[]
|
||||
totalCheques: number
|
||||
totalPoints: number
|
||||
totalPrice: number | null
|
||||
totalVouchers: number
|
||||
actions: {
|
||||
// Add a single room price
|
||||
addRoomPrice: (room: RoomPrice) => void
|
||||
|
||||
Reference in New Issue
Block a user