mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-19 00:24:05 +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;
|
const { type, account } = this.props;
|
||||||
let link = (
|
let link = (
|
||||||
<Permalink
|
<Permalink
|
||||||
onClick={this.handleClick}
|
|
||||||
to={`/@${account.get('acct')}`}
|
to={`/@${account.get('acct')}`}
|
||||||
href={account.get('url')}
|
href={account.get('url')}
|
||||||
className='status__display-name'
|
className='status__display-name'
|
||||||
|
|
Loading…
Reference in a new issue