Skip to content

Commit

Permalink
fix: eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lpolon committed Sep 11, 2023
1 parent 22a12de commit 433c469
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion react/PickupPointsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,10 @@ class PickupPointsModal extends Component {
})
}

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

handleChangeGeolocationLoading = (event) => {
Expand Down

0 comments on commit 433c469

Please sign in to comment.