Merged in feat/sw-1839-show-added-breakfast (pull request #1673)
Feat/sw-1839 show added breakfast * Fix wrong space character * Change to correct CSS variable * Show added breakfast ancillary in the "My add-ons" section * Show breakfast info in room card * Show breakfast in price details table * Format price Approved-by: Pontus Dreij
This commit is contained in:
@@ -42,7 +42,7 @@ export type Room = Pick<
|
||||
packages: Packages | null
|
||||
bedType: BedTypeSchema
|
||||
roomPrice: RoomPrice
|
||||
breakfast: BreakfastPackage | false
|
||||
breakfast: BreakfastPackage | null
|
||||
mainRoom: boolean
|
||||
isPrePaid: boolean
|
||||
priceType: PriceType
|
||||
@@ -133,7 +133,7 @@ export const useMyStayRoomDetailsStore = create<MyStayRoomDetailsState>(
|
||||
description: "",
|
||||
roomTypeCode: "",
|
||||
},
|
||||
breakfast: false,
|
||||
breakfast: null,
|
||||
linkedReservations: [],
|
||||
isCancelable: false,
|
||||
isPrePaid: false,
|
||||
|
||||
Reference in New Issue
Block a user