Browse Source

Update mutes.js (#5882)

pull/4/head
Neetshin 6 years ago
committed by Yamagishi Kazutoshi
parent
commit
82884ac5c4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/mastodon/actions/mutes.js

+ 2
- 2
app/javascript/mastodon/actions/mutes.js View File

@ -1,6 +1,6 @@
import api, { getLinks } from '../api';
import { fetchRelationships } from './accounts';
import { openModal } from '../../mastodon/actions/modal';
import { openModal } from './modal';
export const MUTES_FETCH_REQUEST = 'MUTES_FETCH_REQUEST';
export const MUTES_FETCH_SUCCESS = 'MUTES_FETCH_SUCCESS';
@ -100,4 +100,4 @@ export function toggleHideNotifications() {
return dispatch => {
dispatch({ type: MUTES_TOGGLE_HIDE_NOTIFICATIONS });
};
}
}

Loading…
Cancel
Save