diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index 5471c52..ceb512d 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -172,7 +172,7 @@ export default class Status extends ImmutablePureComponent { // Exclude intersectionObserverWrapper from `other` variable // because intersection is managed in here. - const { status, account, intersectionObserverWrapper, index, listLength, ...other } = this.props; + const { status, account, intersectionObserverWrapper, index, listLength, wrapped, ...other } = this.props; const { isExpanded, isIntersecting, isHidden } = this.state; if (status === null) { @@ -234,7 +234,7 @@ export default class Status extends ImmutablePureComponent { } return ( -
+