Merged in chore/apply-lint-fix (pull request #3312)
chore: Apply lint:fix on booking-flow * run lint:fix Approved-by: Bianca Widstam
This commit is contained in:
@@ -348,7 +348,7 @@ export default function SummaryContent({
|
||||
amount: memberPrice.localPrice.pricePerStay,
|
||||
currency: memberPrice.localPrice.currency,
|
||||
}}
|
||||
badgeContent={"✌️"}
|
||||
badgeContent="✌️"
|
||||
/>
|
||||
) : null}
|
||||
</section>
|
||||
|
||||
@@ -71,7 +71,7 @@ export function BreakfastMessage({
|
||||
<div className={styles.message}>
|
||||
<Divider className={styles.divider} color="Border/Divider/Subtle" />
|
||||
<Typography
|
||||
variant={"Body/Supporting text (caption)/smRegular"}
|
||||
variant="Body/Supporting text (caption)/smRegular"
|
||||
className={styles.breakfastMessage}
|
||||
>
|
||||
<p>{breakfastMessage}</p>
|
||||
|
||||
Reference in New Issue
Block a user