Skip to content

Commit

Permalink
fix: Send correct leave params
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Nov 21, 2023
1 parent 6b5f6dd commit 1feae92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group/components/GroupList.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const MembershipButton = ({ group, tabIndex }) => {
const onMemberLeave = membership => {
dispatch(
leaveGroupFromList({
membershipId: membership.membershipId,
id: membership.membershipId,
groupSlug: group.slug,
})
);
Expand Down

0 comments on commit 1feae92

Please sign in to comment.