feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -17,7 +17,9 @@ export default async function LinkToOverview() {
|
||||
return (
|
||||
<Link className={styles.overviewLink} href={overviewHref}>
|
||||
<ArrowLeft height={20} width={20} />
|
||||
{intl.formatMessage({ id: "Go back to overview" })}
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Go back to overview",
|
||||
})}
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user