Merge branch 'feed-suggestions-html' into 'develop'
FeedSuggestions: use HTML display name See merge request soapbox-pub/soapbox!1928
This commit is contained in:
commit
9751ae56fe
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const SuggestionItem = ({ accountId }: { accountId: string }) => {
|
|||
<HStack alignItems='center' justifyContent='center' space={1}>
|
||||
<Text
|
||||
weight='semibold'
|
||||
dangerouslySetInnerHTML={{ __html: account.display_name }}
|
||||
dangerouslySetInnerHTML={{ __html: account.display_name_html }}
|
||||
truncate
|
||||
align='center'
|
||||
size='sm'
|
||||
|
|
Loading…
Reference in a new issue