const mapDispatchToProps = (dispatch, ownProps) => {
  return {
    setSegmentInput(value) {
      dispatch(setSegmentInput(value));
    },