Skip to content

Commit

Permalink
Fix incorrect change from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 17, 2024
1 parent 927bd98 commit ec60d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialogs/AddMemberToGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ AddMemberToGroup.propTypes = {

const mapStateToProps = ({ stopPlace, stopPlacesGroup }) => ({
groupMembers: stopPlacesGroup.current.members || [],
stopPlaceCentroid: stopPlace.current.location,
stopPlaceCentroid: stopPlacesGroup.centerPosition,
neighbourStops: stopPlace.neighbourStops || [],
});

Expand Down

0 comments on commit ec60d23

Please sign in to comment.