mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-18 12:44:04 +01:00
Fix clicking on status prepends (“X boosted Y”) opening original account in a new tab (#2919)
This commit is contained in:
parent
76efddfc57
commit
57c5905c19
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ export default class StatusPrepend extends PureComponent {
|
|||
const { type, account } = this.props;
|
||||
let link = (
|
||||
<Permalink
|
||||
onClick={this.handleClick}
|
||||
to={`/@${account.get('acct')}`}
|
||||
href={account.get('url')}
|
||||
className='status__display-name'
|
||||
|
|
Loading…
Reference in a new issue