Profile: Fix displaying emojis in bio (#1004)
This commit is contained in:
parent
656e8f1e47
commit
2d36553b8f
@ -35,7 +35,7 @@ const ChatExtra: FC<OwnProps & StateProps> = ({ chat }) => {
|
||||
<div className="item">
|
||||
<i className="icon-info" />
|
||||
<div>
|
||||
<p className="title">{renderText(description, ['br', 'links'])}</p>
|
||||
<p className="title">{renderText(description, ['br', 'links', 'emoji'])}</p>
|
||||
<p className="subtitle">{lang('Info')}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -53,7 +53,7 @@ const UserExtra: FC<OwnProps & StateProps & DispatchProps> = ({
|
||||
<div className="item">
|
||||
<i className="icon-info" />
|
||||
<div>
|
||||
<p className="title">{renderText(bio, ['br', 'links'])}</p>
|
||||
<p className="title">{renderText(bio, ['br', 'links', 'emoji'])}</p>
|
||||
<p className="subtitle">{lang('UserBio')}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user