mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-19 00:21:40 +01:00
missing punctuation
This commit is contained in:
parent
d9b9bb8c5e
commit
453b9c6e7e
@ -180,7 +180,7 @@ export default class Status extends ImmutablePureComponent {
|
||||
|
||||
// Exclude intersectionObserverWrapper from `other` variable
|
||||
// because intersection is managed in here.
|
||||
const { status, account, intersectionObserverWrapper, intl ...other } = this.props;
|
||||
const { status, account, intersectionObserverWrapper, intl, ...other } = this.props;
|
||||
const { isExpanded, isIntersecting, isHidden, isCollapsed } = this.state;
|
||||
|
||||
if (status === null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user