Remove unnecessary props from <ContactName>
This commit is contained in:
parent
43685d15c6
commit
eed7aff925
42 changed files with 57 additions and 423 deletions
|
@ -64,7 +64,7 @@ export const CallNeedPermissionScreen: React.FC<Props> = ({
|
|||
<Intl
|
||||
i18n={i18n}
|
||||
id="callNeedPermission"
|
||||
components={[<ContactName i18n={i18n} title={title} />]}
|
||||
components={[<ContactName title={title} />]}
|
||||
/>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue