Fix clicking on status prepends (“X boosted Y”) opening original account in a new tab (#2919)
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…
Reference in New Issue