Fix clicking on status prepends (“X boosted Y”) opening original account in a new tab (#2919)

This commit is contained in:
Claire
2024-12-23 22:33:12 +01:00
committed by GitHub
parent 76efddfc57
commit 57c5905c19

View File

@@ -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'