Skip to content

Commit

Permalink
Fix clicking on status prepends (“X boosted Y”) opening original acco…
Browse files Browse the repository at this point in the history
…unt in a new tab (#2919)
  • Loading branch information
ClearlyClaire authored Dec 23, 2024
1 parent 76efddf commit 57c5905
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 57c5905

Please sign in to comment.