|
@ -95,7 +95,7 @@ class Status extends ImmutablePureComponent { |
|
|
|
|
|
|
|
|
if (isIntersecting === false && isHidden) { |
|
|
if (isIntersecting === false && isHidden) { |
|
|
return ( |
|
|
return ( |
|
|
<div ref={this.handleRef} data-id={status.get('id')} style={{ height: `${this.height}px`, opacity: 0 }}> |
|
|
|
|
|
|
|
|
<div 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')} |
|
|
</div> |
|
|
</div> |
|
|