Browse Source

Fix function call name typo (#1851)

closed-social-glitch-2
Henry Smith 7 years ago
committed by Eugen
parent
commit
b7ec2fd492
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/javascripts/components/features/followers/index.jsx

+ 1
- 1
app/assets/javascripts/components/features/followers/index.jsx View File

@ -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 () {

Loading…
Cancel
Save