Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix 3pid member info for space member list (#8128)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Mar 24, 2022
1 parent c159d55 commit 9dcee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/SpaceRoomView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ export default class SpaceRoomView extends React.PureComponent<IProps, IState> {
} else if (payload.action === "view_3pid_invite" && payload.event) {
RightPanelStore.instance.setCard({
phase: RightPanelPhases.Space3pidMemberInfo,
state: { spaceId: this.props.space.roomId, member: payload.member },
state: { spaceId: this.props.space.roomId, memberInfoEvent: payload.event },
});
} else {
RightPanelStore.instance.setCard({
Expand Down

0 comments on commit 9dcee81

Please sign in to comment.