From 453b9c6e7e1d5f8e8f5818ada392b9f020ba8be3 Mon Sep 17 00:00:00 2001 From: beatrix-bitrot Date: Fri, 23 Jun 2017 22:01:04 +0000 Subject: [PATCH] missing punctuation --- app/javascript/mastodon/components/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index 4c4b89c1b..af158ed24 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -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) {