export function collectReducer(state = {}, action) {
  switch (action.type) {
    case constants.REQUEST_COLLECT:
      return {
        ...state,