mirror of
https://github.com/tooot-app/app
synced 2025-03-09 16:10:05 +01:00
Update HeaderConversation.tsx
This commit is contained in:
parent
bebf4c7101
commit
fa066daa59
@ -56,7 +56,7 @@ const HeaderConversation = ({ conversation }: Props) => {
|
||||
<CustomText>{t('componentTimeline:shared.header.conversation.withAccounts')}</CustomText>
|
||||
{conversation.accounts.map((account, index) => (
|
||||
<CustomText key={account.id} numberOfLines={1}>
|
||||
{index !== 0 ? t('common:separator') : undefined}
|
||||
{index !== 0 ? t('common:separator') : ' '}
|
||||
<ParseEmojis
|
||||
content={account.display_name || account.username}
|
||||
emojis={account.emojis}
|
||||
|
Loading…
x
Reference in New Issue
Block a user