This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix spacing warning from ESLint (
#22005
)
closed-social-glitch-2
Nick Schonning
1 year ago
committed by
GitHub
parent
f77ed3a6b2
commit
05d4c50f64
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/mastodon/reducers/user_lists.js
+ 1
- 1
app/javascript/mastodon/reducers/user_lists.js
View File
@ -22,7 +22,7 @@ import {
FOLLOW_REQUESTS_EXPAND_FAIL
,
FOLLOW_REQUEST_AUTHORIZE_SUCCESS
,
FOLLOW_REQUEST_REJECT_SUCCESS
,
}
from
'../actions/accounts'
;
}
from
'../actions/accounts'
;
import
{
REBLOGS_FETCH_SUCCESS
,
FAVOURITES_FETCH_SUCCESS
,
Write
Preview
Loading…
Cancel
Save