app/packs/src/routes/containers/VisibleStopPoints.js
Function mapDispatchToProps
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const mapDispatchToProps = (dispatch) => {
return {
onDeleteClick: (index, stopPointId) =>{
dispatch(actions.deleteStop(index, stopPointId))
dispatch(actions.closeMaps())