mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Removing all code
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user