Skip to content

Commit

Permalink
Merge pull request #795 from entur/roles-fixes
Browse files Browse the repository at this point in the history
fix: incorrect map state to props name of prop
  • Loading branch information
testower authored Apr 23, 2024
2 parents b09e48e + c1069e4 commit 6845b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dialogs/AddMemberToGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AddMemberToGroup extends Component {
neighbourStops,
stopPlaceCentroid,
groupMembers,
tokenParsed,
roleAssignments,
fetchedPolygons,
allowNewStopEverywhere,
} = this.props;
Expand All @@ -73,7 +73,7 @@ class AddMemberToGroup extends Component {
groupMembers,
stopPlaceCentroid,
neighbourStops,
tokenParsed,
roleAssignments,
10,
fetchedPolygons,
allowNewStopEverywhere,
Expand Down

0 comments on commit 6845b94

Please sign in to comment.