logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: b7ec2fd4924dc186acc9205044d1539f1e267e0e
parent: 3b8908c11470f63d846c631f26cf45f9a4b28663
Author: Henry Smith <henry@henrysmith.org>
Date:   Sat, 15 Apr 2017 16:41:22 +0200

Fix function call name typo (#1851)


Diffstat:

Mapp/assets/javascripts/components/features/followers/index.jsx2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/javascripts/components/features/followers/index.jsx b/app/assets/javascripts/components/features/followers/index.jsx @@ -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 () {