Hydrate body ranges for story replies
This commit is contained in:
parent
9f85db3fd8
commit
be6e988a95
39 changed files with 221 additions and 172 deletions
|
@ -32,7 +32,7 @@ export const ChangeNumberNotification: React.FC<Props> = props => {
|
|||
<Intl
|
||||
id="ChangeNumber--notification"
|
||||
components={{
|
||||
sender: <Emojify text={sender.title || sender.firstName} />,
|
||||
sender: <Emojify text={sender.title || sender.firstName || ''} />,
|
||||
}}
|
||||
i18n={i18n}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue