pl-fe: Don't display the same display name for grouped reposts twice
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
ad7527bd4d
commit
5691837235
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ const Status: React.FC<IStatus> = (props) => {
|
|||
<Link key={account.acct} to={`/@${account.acct}`} className='hover:underline'>
|
||||
<bdi className='truncate'>
|
||||
<strong className='text-gray-800 dark:text-gray-200'>
|
||||
<Emojify text={status.account.display_name} emojis={status.account.emojis} />
|
||||
<Emojify text={account.display_name} emojis={account.emojis} />
|
||||
</strong>
|
||||
</bdi>
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue