parent
e8dfef4bd4
commit
f7d978b7e3
5 changed files with 22 additions and 18 deletions
|
@ -290,11 +290,11 @@ class StatusActionBar extends ImmutablePureComponent {
|
|||
};
|
||||
|
||||
handleReference = () => {
|
||||
this.props.onReference(this.props.status);
|
||||
this.props.onReference(this.props.status, this.props.history);
|
||||
};
|
||||
|
||||
handleQuote = () => {
|
||||
this.props.onQuote(this.props.status);
|
||||
this.props.onQuote(this.props.status, this.props.history);
|
||||
};
|
||||
|
||||
handleHideClick = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue