Skip to content

Commit

Permalink
refactor: closeP{ickupPointsModal receives props to validate address …
Browse files Browse the repository at this point in the history
…and check active pickup point in related reducers
  • Loading branch information
lpolon committed Sep 6, 2023
1 parent a12b78b commit 22a12de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion react/PickupPointsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class PickupPointsModal extends Component {
})
}

this.props.closePickupPointsModal()
this.props.closePickupPointsModal({rules: this.props.rules, activePickupPoint: this.props.activePickupPoint})
}

handleChangeGeolocationLoading = (event) => {
Expand Down
5 changes: 5 additions & 0 deletions react/build.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
typescript: {
transpileOnly: true,
},
}

0 comments on commit 22a12de

Please sign in to comment.