mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 22:31:31 +01:00
Update i18n eslint rule to validate missing/extra icu params
This commit is contained in:
@@ -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 && ' '}
|
||||
|
||||
Reference in New Issue
Block a user