Update i18n eslint rule to validate missing/extra icu params
This commit is contained in:
parent
4e6c3ba9df
commit
8ca192a48d
16 changed files with 449 additions and 66 deletions
|
@ -861,7 +861,10 @@ export function StoryViewer({
|
|||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:MyStories__views--strong"
|
||||
components={{ viewCount, strong: renderStrong }}
|
||||
components={{
|
||||
views: viewCount,
|
||||
strong: renderStrong,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
{(isSent || viewCount > 0) && replyCount > 0 && ' '}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue