From: Neetshin Date: Mon, 4 Dec 2017 11:52:14 +0000 (+0530) Subject: Update mutes.js (#5882) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=82884ac5c43092c0b0625f7d81c930bb023c9469;p=mastodon.git Update mutes.js (#5882) --- diff --git a/app/javascript/mastodon/actions/mutes.js b/app/javascript/mastodon/actions/mutes.js index 3474250fe..daa76a8f7 100644 --- a/app/javascript/mastodon/actions/mutes.js +++ b/app/javascript/mastodon/actions/mutes.js @@ -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 +}