mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
[Glitch] Fix reply indicator displaying wrong avatar in rare cases
Port 63d3f28b20 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -24,7 +24,7 @@ export const ReplyIndicator = () => {
|
||||
<div className='reply-indicator__line' />
|
||||
|
||||
<Permalink href={account.get('url')} to={`/@${account.get('acct')}`} className='detailed-status__display-avatar'>
|
||||
<Avatar account={account} size={46} />
|
||||
<Avatar key={`avatar-${account.get('id')}`} account={account} size={46} />
|
||||
</Permalink>
|
||||
|
||||
<div className='reply-indicator__main'>
|
||||
|
||||
Reference in New Issue
Block a user