Merged in fix/SW-1645-price-details-popup-missing-data (pull request #1413)
fix(SW-1645): added room features to price detail popup * fix(SW-1645): added room features to price detail popup Approved-by: Michael Zetterberg Approved-by: Christian Andolf
This commit is contained in:
@@ -359,6 +359,7 @@ export default function SummaryUI({
|
||||
roomType: r.roomType,
|
||||
bedType: r.bedType,
|
||||
breakfast: r.breakfast,
|
||||
roomFeatures: r.roomFeatures,
|
||||
}))}
|
||||
totalPrice={totalPrice}
|
||||
vat={vat}
|
||||
|
||||
Reference in New Issue
Block a user