A few small bugfixes
This commit is contained in:
parent
cd9aee84f5
commit
05f905fd10
7 changed files with 52 additions and 44 deletions
|
@ -225,13 +225,14 @@ export class ConversationListItem extends React.PureComponent<Props> {
|
|||
<span className="module-conversation-list-item__message__deleted-for-everyone">
|
||||
{i18n('message--deletedForEveryone')}
|
||||
</span>
|
||||
) : null}
|
||||
<MessageBody
|
||||
text={text.split('\n')[0]}
|
||||
disableJumbomoji
|
||||
disableLinks
|
||||
i18n={i18n}
|
||||
/>
|
||||
) : (
|
||||
<MessageBody
|
||||
text={text.split('\n')[0]}
|
||||
disableJumbomoji
|
||||
disableLinks
|
||||
i18n={i18n}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue