feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -61,7 +61,9 @@ export default function MyPagesMenu({
|
||||
<Body textTransform="bold" color="baseTextHighContrast" asChild>
|
||||
<span data-hj-suppress>
|
||||
{intl.formatMessage(
|
||||
{ id: "Hi {firstName}!" },
|
||||
{
|
||||
defaultMessage: "Hi {firstName}!",
|
||||
},
|
||||
{ firstName: user.firstName }
|
||||
)}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user