Lint
parent
824b29dc1f
commit
cf747fcb57
|
@ -74,7 +74,9 @@ module.exports = withMatrixClient(React.createClass({
|
||||||
if (!proceed) return;
|
if (!proceed) return;
|
||||||
|
|
||||||
this.setState({removingUser: true});
|
this.setState({removingUser: true});
|
||||||
this.props.matrixClient.removeUserFromGroup(this.props.groupId, this.props.groupMember.userId).then(() => {
|
this.props.matrixClient.removeUserFromGroup(
|
||||||
|
this.props.groupId, this.props.groupMember.userId,
|
||||||
|
).then(() => {
|
||||||
// return to the user list
|
// return to the user list
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: "view_user",
|
action: "view_user",
|
||||||
|
|
Loading…
Reference in New Issue