mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-03 13:33:32 -05: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
@ -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…
x
Reference in New Issue
Block a user