Skip to content
Snippets Groups Projects
Commit b7ec2fd4 authored by Henry Smith's avatar Henry Smith Committed by Eugen
Browse files

Fix function call name typo (#1851)

parent 3b8908c1
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ const Followers = React.createClass({
handleLoadMore (e) {
e.preventDefault();
this.props.dispatch(expandFollowing(Number(this.props.params.accountId)));
this.props.dispatch(expandFollowers(Number(this.props.params.accountId)));
},
render () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment