case actionTypes.TOGGLE_DRAWER: {

      return {
        ...state,
        layout: { ...state.layout, drawerOpen: !state.layout.drawerOpen }