WIP Time Ticket Summary BOD-191
This commit is contained in:
@@ -25,7 +25,7 @@ const INITIAL_STATE = {
|
||||
const modalsReducer = (state = INITIAL_STATE, action) => {
|
||||
switch (action.type) {
|
||||
case ModalsActionTypes.TOGGLE_MODAL_VISIBLE:
|
||||
logImEXEvent("redux_toggle_modal_visible", { modal: action.payload });
|
||||
//logImEXEvent("redux_toggle_modal_visible", { modal: action.payload });
|
||||
return {
|
||||
...state,
|
||||
[action.payload]: {
|
||||
@@ -34,7 +34,7 @@ const modalsReducer = (state = INITIAL_STATE, action) => {
|
||||
},
|
||||
};
|
||||
case ModalsActionTypes.SET_MODAL_CONTEXT:
|
||||
logImEXEvent("redux_set_modal_context", { modal: action.payload.modal });
|
||||
// logImEXEvent("redux_set_modal_context", { modal: action.payload.modal });
|
||||
|
||||
return {
|
||||
...state,
|
||||
|
||||
Reference in New Issue
Block a user