]> cat aescling's git repositories - mastodon.git/commitdiff
Update mutes.js (#5882)
authorNeetshin <neetshin@neetsh.in>
Mon, 4 Dec 2017 11:52:14 +0000 (17:22 +0530)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 4 Dec 2017 11:52:14 +0000 (20:52 +0900)
app/javascript/mastodon/actions/mutes.js

index 3474250feb38d4312a3af67fcffaf42c03c13966..daa76a8f7c227d036e0ab2e01b3c9a82d0164bfb 100644 (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 });
   };
-}
\ No newline at end of file
+}