mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Make eslint happy
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
parent
15bafd6818
commit
e1e4fc2dac
@ -85,7 +85,8 @@ module.exports = React.createClass({
|
||||
Modal.createDialog(ConfirmUserActionDialog, {
|
||||
groupMember: this.props.groupMember,
|
||||
action: this.state.isUserInvited ? _t('Disinvite') : _t('Remove from community'),
|
||||
title: this.state.isUserInvited ? _t('Disinvite this user from community?') : _t('Remove this user from community?'),
|
||||
title: this.state.isUserInvited ? _t('Disinvite this user from community?')
|
||||
: _t('Remove this user from community?'),
|
||||
danger: true,
|
||||
onFinished: (proceed) => {
|
||||
if (!proceed) return;
|
||||
|
Loading…
Reference in New Issue
Block a user