diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx index cc647b30f..627084c4f 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx @@ -60,7 +60,10 @@ export function AddedAncillaries({ const ancillaryTitle = ancillary.code === BreakfastPackageEnum.ANCILLARY_REGULAR_BREAKFAST ? intl.formatMessage({ id: "Breakfast" }) - : (ancillaries?.find((a) => a.id === ancillary.code)?.title ?? "") + : (ancillaries?.find( + (a) => + a.id === ancillary.code || a.loyaltyCode === ancillary.code + )?.title ?? "") return ( <>