mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Update i18n eslint rule to validate missing/extra icu params
This commit is contained in:
@@ -57,11 +57,7 @@ export function SafetyNumberNotification({
|
||||
i18n={i18n}
|
||||
/>
|
||||
) : (
|
||||
<Intl
|
||||
id="icu:safetyNumberChanged"
|
||||
components={{ name }}
|
||||
i18n={i18n}
|
||||
/>
|
||||
<Intl id="icu:safetyNumberChanged" i18n={i18n} />
|
||||
)
|
||||
}
|
||||
button={
|
||||
|
||||
Reference in New Issue
Block a user