Merged in fix/SW-2608-add-per-night-child-breakfast (pull request #1993)
fix(SW-2608): add per night for children breakfast * fix(SW-2608): add per night for children breakfast * fix(SW-2608): capitalized according to figma Approved-by: Michael Zetterberg
This commit is contained in:
@@ -440,7 +440,7 @@ function BreakfastPriceList() {
|
|||||||
<span>
|
<span>
|
||||||
{intl.formatMessage(
|
{intl.formatMessage(
|
||||||
{
|
{
|
||||||
defaultMessage: "{price} / Adult / night",
|
defaultMessage: "{price} / Adult / Night",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
price: `${breakfastData.priceAdult} ${breakfastData.currency}`,
|
price: `${breakfastData.priceAdult} ${breakfastData.currency}`,
|
||||||
@@ -456,12 +456,16 @@ function BreakfastPriceList() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Typography variant="Body/Paragraph/mdBold">
|
<Typography variant="Body/Paragraph/mdBold">
|
||||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
<span>
|
||||||
<span>{`${breakfastData.priceChild} ${breakfastData.currency} / ${intl.formatMessage(
|
{intl.formatMessage(
|
||||||
{
|
{
|
||||||
defaultMessage: "Years",
|
defaultMessage: "{price} / Years 4-12 / Night",
|
||||||
}
|
},
|
||||||
)} 4-12`}</span>
|
{
|
||||||
|
price: `${breakfastData.priceChild} ${breakfastData.currency}`,
|
||||||
|
}
|
||||||
|
)}
|
||||||
|
</span>
|
||||||
</Typography>
|
</Typography>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user