DetailedStatus: fix link on display name
This commit is contained in:
parent
03be9cae32
commit
3d81dd2892
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
|
|||
</NavLink>
|
||||
<DisplayName account={status.get('account')}>
|
||||
<HoverRefWrapper accountId={status.getIn(['account', 'id'])}>
|
||||
<NavLink to={`/@${status.getIn(['account', 'acct'])}`} title={status.getIn(['account', 'acct'])} />
|
||||
<NavLink className='floating-link' to={`/@${status.getIn(['account', 'acct'])}`} title={status.getIn(['account', 'acct'])} />
|
||||
</HoverRefWrapper>
|
||||
</DisplayName>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue