diff --git a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx index 0c1d9d2a0..d3ed766e3 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx @@ -198,7 +198,7 @@ export default function GuestDetails({ {isMemberBooking && user.membership && ( -

+

{intl.formatMessage( { id: "myStay.membershipId", @@ -213,18 +213,18 @@ export default function GuestDetails({ )}

-

{guest.email}

+

{guest.email}

-

{guest.phoneNumber}

+

{guest.phoneNumber}

-

{guest.email}

+

{guest.email}

-

{guest.phoneNumber}

+

{guest.phoneNumber}

diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx index ab2adfe1f..8fc42c5c1 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ModifyContact/index.tsx @@ -124,15 +124,15 @@ export default function ModifyContact({
-

+

{getValues("firstName")} {getValues("lastName")}

-

{getValues("email")}

+

{getValues("email")}

-

{phoneNumber}

+

{phoneNumber}

diff --git a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx index 9a4e0bd7f..6cc7cf286 100644 --- a/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx +++ b/apps/scandic-web/components/MyPages/DigitalTeamMemberCard/Content.tsx @@ -135,7 +135,9 @@ export default function DigitalTeamMemberCardContent({
-
{employeeInfo?.employeeId || notAvailableText}
+
+ {employeeInfo?.employeeId || notAvailableText} +
-
+
{user.firstName} {user.lastName}
diff --git a/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx b/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx index 517ad8758..a24f26322 100644 --- a/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/MembershipCards/index.tsx @@ -60,7 +60,7 @@ export default async function MembershipCardSlot() { } )} - + {intl.formatMessage( { id: "myPages.numberWithValue", diff --git a/apps/scandic-web/components/MyPages/Profile/index.tsx b/apps/scandic-web/components/MyPages/Profile/index.tsx index a1a805cc8..d99bd9e9a 100644 --- a/apps/scandic-web/components/MyPages/Profile/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/index.tsx @@ -160,7 +160,7 @@ export default async function Profile() {

{label}

-

{value}

+

{value}

))}