Fix function call name typo (#1851)

lolsob-rspec
Henry Smith 2017-04-15 16:41:22 +02:00 committed by Eugen
parent f382a4f746
commit 5eb3909178
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const Followers = React.createClass({
handleLoadMore (e) { handleLoadMore (e) {
e.preventDefault(); e.preventDefault();
this.props.dispatch(expandFollowing(Number(this.props.params.accountId))); this.props.dispatch(expandFollowers(Number(this.props.params.accountId)));
}, },
render () { render () {