feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -30,7 +30,8 @@ export default function SignupPromoDesktop({
|
||||
<Footnote color="burgundy">
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "To get the member price <span>{price}</span>, log in or join when completing the booking.",
|
||||
defaultMessage:
|
||||
"To get the member price <span>{price}</span>, log in or join when completing the booking.",
|
||||
},
|
||||
{
|
||||
span: (str) => (
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function SignupPromoMobile() {
|
||||
<div className={styles.memberDiscountBannerMobile}>
|
||||
<Footnote color="burgundy">
|
||||
{intl.formatMessage({
|
||||
id: "Join or log in while booking for member pricing.",
|
||||
defaultMessage: "Join or log in while booking for member pricing.",
|
||||
})}
|
||||
</Footnote>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user