Fix detailed status
This commit is contained in:
parent
d99e5d543c
commit
84b4681b50
1 changed files with 3 additions and 3 deletions
|
@ -173,10 +173,10 @@ export default class DetailedStatus extends ImmutablePureComponent {
|
|||
<div className='detailed-status__profile' onMouseEnter={this.handleProfileHover} onMouseLeave={this.handleProfileLeave}>
|
||||
<NavLink to={`/@${status.getIn(['account', 'acct'])}`} className='detailed-status__display-name'>
|
||||
<div className='detailed-status__display-avatar'><Avatar account={status.get('account')} size={48} /></div>
|
||||
<DisplayName account={status.get('account')}>
|
||||
<ProfileHoverCardContainer accountId={status.getIn(['account', 'id'])} visible={!isMobile(window.innerWidth) && profileCardVisible} />
|
||||
</DisplayName>
|
||||
</NavLink>
|
||||
<DisplayName account={status.get('account')}>
|
||||
<ProfileHoverCardContainer accountId={status.getIn(['account', 'id'])} visible={!isMobile(window.innerWidth) && profileCardVisible} />
|
||||
</DisplayName>
|
||||
</div>
|
||||
|
||||
{status.get('group') && (
|
||||
|
|
Loading…
Reference in a new issue