Move hovercard into display name for regular status too
This commit is contained in:
parent
a4a8f167d4
commit
abd13e8fa5
1 changed files with 3 additions and 3 deletions
|
@ -465,10 +465,10 @@ class Status extends ImmutablePureComponent {
|
|||
<div className='status__avatar'>
|
||||
{statusAvatar}
|
||||
</div>
|
||||
<DisplayName account={status.get('account')} others={otherAccounts}>
|
||||
<ProfileHoverCardContainer accountId={status.getIn(['account', 'id'])} visible={!isMobile(window.innerWidth) && profileCardVisible} />
|
||||
</DisplayName>
|
||||
</NavLink>
|
||||
<DisplayName account={status.get('account')} others={otherAccounts}>
|
||||
<ProfileHoverCardContainer accountId={status.getIn(['account', 'id'])} visible={!isMobile(window.innerWidth) && profileCardVisible} />
|
||||
</DisplayName>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue