reps defects
This commit is contained in:
@@ -209,7 +209,7 @@ const RepAppellant = (props) => {
|
||||
);
|
||||
};
|
||||
|
||||
const mapStateToProps = (state, props) => {};
|
||||
//const mapStateToProps = (state, props) => {};
|
||||
|
||||
const mapDispatchToProps = (dispatch) => ({
|
||||
updateField: (form, field, newValue) =>
|
||||
@@ -217,7 +217,7 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
});
|
||||
|
||||
export default connect(
|
||||
mapStateToProps,
|
||||
null,
|
||||
mapDispatchToProps
|
||||
)(
|
||||
reduxForm({
|
||||
|
||||
Reference in New Issue
Block a user