Move hovercard into display name for regular status too

merge-requests/155/head
Alex Gleason 4 years ago
parent a4a8f167d4
commit abd13e8fa5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -465,10 +465,10 @@ class Status extends ImmutablePureComponent {
<div className='status__avatar'> <div className='status__avatar'>
{statusAvatar} {statusAvatar}
</div> </div>
<DisplayName account={status.get('account')} others={otherAccounts}>
<ProfileHoverCardContainer accountId={status.getIn(['account', 'id'])} visible={!isMobile(window.innerWidth) && profileCardVisible} />
</DisplayName>
</NavLink> </NavLink>
<DisplayName account={status.get('account')} others={otherAccounts}>
<ProfileHoverCardContainer accountId={status.getIn(['account', 'id'])} visible={!isMobile(window.innerWidth) && profileCardVisible} />
</DisplayName>
</div> </div>
</div> </div>

Loading…
Cancel
Save