This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix function call name typo (
#1851
)
closed-social-v3
Henry Smith
7 years ago
committed by
Eugen
parent
3b8908c114
commit
b7ec2fd492
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
expandFollow
ing
(
Number
(
this
.
props
.
params
.
accountId
)
)
)
;
this
.
props
.
dispatch
(
expandFollow
ers
(
Number
(
this
.
props
.
params
.
accountId
)
)
)
;
}
,
render
(
)
{
Write
Preview
Loading…
Cancel
Save