reps defects

This commit is contained in:
2024-06-03 11:57:11 +01:00
parent c63ea33c64
commit c947995e7b
19 changed files with 392 additions and 167 deletions
@@ -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({