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) => (
|
||||
|
||||
Reference in New Issue
Block a user