missing punctuation

lolsob-rspec
beatrix-bitrot 2017-06-23 22:01:04 +00:00
parent 05b01bbb4c
commit 5c3d671a72
1 changed files with 1 additions and 1 deletions

View File

@ -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) {