I have this Redux store and reducer
const INITIAL_WORK = { departments: [] } const works = (state = INITIal_WORK, action) => { switch(action.type){