Browse Source

Fix spacing warning from ESLint (#22005)

closed-social-glitch-2
Nick Schonning 1 year ago
committed by GitHub
parent
commit
05d4c50f64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +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,

Loading…
Cancel
Save