diff options
author | beatrix-bitrot <beatrix.bitrot@gmail.com> | 2017-06-23 22:01:04 +0000 |
---|---|---|
committer | beatrix-bitrot <beatrix.bitrot@gmail.com> | 2017-06-23 22:01:04 +0000 |
commit | 453b9c6e7e1d5f8e8f5818ada392b9f020ba8be3 (patch) | |
tree | 00194a6d32aef414b6365cc9c564a77a72309999 /app | |
parent | d9b9bb8c5ecd5881ee3db55608128aa24f6d71b7 (diff) |
missing punctuation
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/mastodon/components/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |