Archived
2
0
Fork 0

Merge branch 'dropdown' of https://github.com/blackle/mastodon into blackle-dropdown

This commit is contained in:
Eugen Rochko 2017-01-09 14:10:32 +01:00
commit 3bddd647e0
6 changed files with 25 additions and 5 deletions

View file

@ -49,7 +49,7 @@ const StatusActionBar = React.createClass({
},
handleMentionClick () {
this.props.onMention(this.props.status.get('account'));
this.props.onMention(this.props.status.get('account'), this.context.router);
},
handleBlockClick () {