Merged in feat/BOOK-479-scandic-go-hotels-rm-brf- (pull request #3143)
feat(BOOK-479): Updated breakfast UI for ScandicGo hotels Approved-by: Erik Tiekstra
This commit is contained in:
@@ -66,6 +66,7 @@ export interface PriceDetailsTableProps {
|
||||
totalPrice: Price
|
||||
vat: number
|
||||
defaultCurrency: CurrencyEnum
|
||||
hotelOffersBreakfast?: boolean
|
||||
}
|
||||
|
||||
export default function PriceDetailsTable({
|
||||
@@ -77,6 +78,7 @@ export default function PriceDetailsTable({
|
||||
totalPrice,
|
||||
vat,
|
||||
defaultCurrency,
|
||||
hotelOffersBreakfast,
|
||||
}: PriceDetailsTableProps) {
|
||||
const intl = useIntl()
|
||||
const lang = useLang()
|
||||
@@ -217,6 +219,7 @@ export default function PriceDetailsTable({
|
||||
childrenInRoom={room.childrenInRoom}
|
||||
currency={currency}
|
||||
nights={nights}
|
||||
hotelOffersBreakfast={hotelOffersBreakfast}
|
||||
/>
|
||||
{rooms.length !== 1 &&
|
||||
(room.rateDefinition.isCampaignRate || !!bookingCode) && (
|
||||
|
||||
Reference in New Issue
Block a user