Removing all code

This commit is contained in:
Belen Curcio
2017-02-14 16:10:08 -03:00
parent bbb82b6a77
commit 41a1eeda26
3 changed files with 0 additions and 4 deletions
@@ -1,6 +1,5 @@
import * as actions from 'constants/moderation';
export const setActiveTab = activeTab => ({type: actions.SET_ACTIVE_TAB, activeTab});
export const toggleModal = open => ({type: actions.TOGGLE_MODAL, open});
export const singleView = () => ({type: actions.SINGLE_VIEW});
@@ -1,4 +1,3 @@
export const SET_ACTIVE_TAB = 'SET_ACTIVE_TAB';
export const TOGGLE_MODAL = 'TOGGLE_MODAL';
export const SINGLE_VIEW = 'SINGLE_VIEW';
export const SHOW_BANUSER_DIALOG = 'SHOW_BANUSER_DIALOG';
@@ -11,5 +11,3 @@ export const menuActionsMap = {
'BAN': {status: 'BANNED', icon: 'not interested'},
'': {icon: 'done'}
};
export const validFilters = ['premod', 'flagged', 'rejected'];