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 83b287db1..a0fe351e8 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddedAncillaries/index.tsx @@ -63,6 +63,10 @@ export function AddedAncillaries({ return [combinedBreakfastPackageAsAncillary, ...booking.ancillaries] }, [booking.ancillaries, booking.packages]) + if (addedAncillaries.length === 0) { + return null + } + return (