mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 16:28:08 +01:00
Merge pull request #2827 from ClearlyClaire/glitch-soc/fixes/report-old-notifications-target
Fix target account link in old report notifications
This commit is contained in:
commit
51311f97fb
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ class Notification extends ImmutablePureComponent {
|
||||||
<bdi>
|
<bdi>
|
||||||
<Permalink
|
<Permalink
|
||||||
className='notification__display-name'
|
className='notification__display-name'
|
||||||
href={account.get('url')}
|
href={targetAccount.get('url')}
|
||||||
title={targetAccount.get('acct')}
|
title={targetAccount.get('acct')}
|
||||||
to={`/@${targetAccount.get('acct')}`}
|
to={`/@${targetAccount.get('acct')}`}
|
||||||
dangerouslySetInnerHTML={targetDisplayNameHtml}
|
dangerouslySetInnerHTML={targetDisplayNameHtml}
|
||||||
|
|
Loading…
Reference in a new issue