Use full name in ChangeNumberNotification
This commit is contained in:
@@ -32,7 +32,7 @@ export const ChangeNumberNotification: React.FC<Props> = props => {
|
|||||||
<Intl
|
<Intl
|
||||||
id="ChangeNumber--notification"
|
id="ChangeNumber--notification"
|
||||||
components={{
|
components={{
|
||||||
sender: <Emojify text={sender.firstName || sender.title} />,
|
sender: <Emojify text={sender.title || sender.firstName} />,
|
||||||
}}
|
}}
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user