This commit is contained in:
mgabdev
2020-05-14 23:17:31 -04:00
parent 59466ccc08
commit a1977ba450
16 changed files with 103 additions and 62 deletions

View File

@@ -86,7 +86,7 @@ class RepostOptionsPopover extends ImmutablePureComponent {
]
handleOnQuote = () => {
this.props.onQuote(this.props.status, this.context.router.history)
this.props.onQuote(this.props.status, this.context.router)
}
handleOnRepost = () => {