You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Lint
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user