diff --git a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx index 741abcac1..2013e3626 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx @@ -189,18 +189,18 @@ export default function GuestDetails({ )}
{guest.email}
+{guest.email}
{guest.phoneNumber}
+{guest.phoneNumber}
{guest.email}
+{guest.email}
{guest.phoneNumber}
+{guest.phoneNumber}
- 18:00, {fromDate.format("dddd D MMM")} -
+18:00, {fromDate.format("dddd D MMM")}
{breakfastPrice}
+{breakfastPrice}
+
{intl.formatMessage({ defaultMessage: "Room total", })} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Row/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Row/index.tsx index 71bd9e58f..ee95402ab 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Row/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/Row/index.tsx @@ -24,7 +24,7 @@ export default function Row({ icon, text, title }: RowProps) {
{text}
+{text}
+
{childrenInRoom.length > 0 ? adultsAndChildrenMsg : adultsOnlyMsg} @@ -260,7 +260,7 @@ export default function BookedRoomSidePeek({
{terms}
+{terms}
+
{intl.formatMessage( { defaultMessage: "Until {time}, {date}", @@ -303,7 +303,7 @@ export default function BookedRoomSidePeek({
{breakfastPrice}
+{breakfastPrice}
+
{packages ?.filter((item) => Object.values(RoomPackageCodeEnum).includes( @@ -356,7 +356,7 @@ export default function BookedRoomSidePeek({
{bedType?.description}
+{bedType?.description}
+
{intl.formatMessage({ defaultMessage: "Room total", })}