This commit is contained in:
parent
13ee88926d
commit
b5c6d00afa
4 changed files with 8 additions and 7 deletions
|
@ -66,7 +66,7 @@ const AccountTimeline = React.createClass({
|
|||
},
|
||||
|
||||
handleScrollToBottom () {
|
||||
this.props.dispatch(expandAccountTimeline(this.props.account.get('id')));
|
||||
this.props.dispatch(expandAccountTimeline(Number(this.props.params.accountId)));
|
||||
},
|
||||
|
||||
render () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue