Fix function call name typo (#1851)
This commit is contained in:
parent
3b8908c114
commit
b7ec2fd492
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue