Cleanup redundant markup for hidden statuses

This commit is contained in:
Thibaut Girka 2019-02-06 19:48:28 +01:00 committed by ThibG
parent 405ef5ad37
commit e49e54a5ff
1 changed files with 1 additions and 9 deletions

View File

@ -384,15 +384,7 @@ export default class Status extends ImmutablePureComponent {
if (hidden) { if (hidden) {
return ( return (
<div <div ref={this.handleRef}>
ref={this.handleRef}
data-id={status.get('id')}
style={{
height: `${this.height}px`,
opacity: 0,
overflow: 'hidden',
}}
>
{status.getIn(['account', 'display_name']) || status.getIn(['account', 'username'])} {status.getIn(['account', 'display_name']) || status.getIn(['account', 'username'])}
{' '} {' '}
{status.get('content')} {status.get('content')}