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:
@@ -126,6 +126,13 @@ export default function Breakfast({ packages }: BreakfastProps) {
|
|||||||
))}
|
))}
|
||||||
<RadioCard
|
<RadioCard
|
||||||
name="breakfast"
|
name="breakfast"
|
||||||
|
subtitle={intl.formatMessage(
|
||||||
|
{ id: "{amount} {currency}" },
|
||||||
|
{
|
||||||
|
amount: "0",
|
||||||
|
currency: packages[0].localPrice.currency,
|
||||||
|
}
|
||||||
|
)}
|
||||||
text={intl.formatMessage({
|
text={intl.formatMessage({
|
||||||
id: "You can always change your mind later and add breakfast at the hotel.",
|
id: "You can always change your mind later and add breakfast at the hotel.",
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user