Merged in fix/revert-breakfast-price-change (pull request #1064)

fix: revert price removal of "no breakfast" option


Approved-by: Simon.Emanuelsson
This commit is contained in:
Tobias Johansson
2024-12-10 13:24:29 +00:00
parent f98b07ab22
commit b341c96838

View File

@@ -126,6 +126,13 @@ export default function Breakfast({ packages }: BreakfastProps) {
))}
<RadioCard
name="breakfast"
subtitle={intl.formatMessage(
{ id: "{amount} {currency}" },
{
amount: "0",
currency: packages[0].localPrice.currency,
}
)}
text={intl.formatMessage({
id: "You can always change your mind later and add breakfast at the hotel.",
})}