diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index b2214f72a..e77d1eb91 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -162,10 +162,7 @@ class Status extends ImmutablePureComponent { render () { let media = null; let statusAvatar; - - // Exclude intersectionObserverWrapper from `other` variable - // because intersection is managed in here. - const { status, account, intersectionObserverWrapper, ...other } = this.props; + const { status, account, ...other } = this.props; const { isExpanded, isIntersecting, isHidden } = this.state; if (status === null) {