diff --git a/src/shared/components/community/sidebar.tsx b/src/shared/components/community/sidebar.tsx index 9f7eff2a..ec454de1 100644 --- a/src/shared/components/community/sidebar.tsx +++ b/src/shared/components/community/sidebar.tsx @@ -573,7 +573,7 @@ export class Sidebar extends Component { i.setState({ leaveModTeamLoading: true }); i.props.onLeaveModTeam({ community_id: i.props.community_view.community.id, - person_id: 92, + person_id: myId, added: false, auth: myAuthRequired(), });