feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -9,7 +9,7 @@ export default async function EmptyPreviousStaysBlock() {
|
||||
<section className={styles.container}>
|
||||
<Title as="h4" level="h3" color="red" textAlign="center">
|
||||
{intl.formatMessage({
|
||||
id: "You have no previous stays.",
|
||||
defaultMessage: "You have no previous stays.",
|
||||
})}
|
||||
</Title>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user