feat(SW-706): make eslint rule 'formatjs/no-literal-string-in-jsx' pass
This commit is contained in:
@@ -47,7 +47,9 @@ export default function MobileMapButtonContainer({
|
||||
weight="bold"
|
||||
>
|
||||
<MaterialIcon icon="map" color="Icon/Intense" />
|
||||
{intl.formatMessage({ id: "See on map" })}
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "See on map",
|
||||
})}
|
||||
</Link>
|
||||
</Button>
|
||||
<FilterAndSortModal filters={filters} />
|
||||
|
||||
Reference in New Issue
Block a user