diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx
index b2c4e7709..dd0ee2613 100644
--- a/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/MyStay/Receipt/Specification/index.tsx
@@ -31,6 +31,9 @@ export default async function Specification({
0
)
+ const displayBreakfastPrice =
+ breakfastCount > 0 && !booking.rateDefinition.breakfastIncluded
+
const breakfastMoneyString =
breakfastTotalPriceInMoney > 0
? `${breakfastTotalPriceInMoney} ${currency}`
@@ -153,7 +156,7 @@ export default async function Specification({
))}
{/****** Breakfast ********/}
- {breakfastCount > 0 && (
+ {displayBreakfastPrice && (
<>