diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index 5405ddfd1d2d9309e6156aa9cdcaee05098261bb..a9f9c1b6b97392c9eccde04a610775ca1ed96dd0 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -111,7 +111,7 @@ class Status extends ImmutablePureComponent { const { isHidden } = this.state; if (status === null) { - return <div ref={this.handleRef} data-id={status.get('id')} />; + return null; } if (isIntersecting === false && isHidden) {