mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-29 07:03:16 +01:00
Fix function call name typo (#1851)
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user