Appease the linter
This commit is contained in:
parent
8ba274a382
commit
bcb1d73c3c
1 changed files with 3 additions and 2 deletions
|
@ -1061,7 +1061,8 @@ export default class InviteDialog extends React.PureComponent {
|
||||||
goButtonFn = this._inviteUsers;
|
goButtonFn = this._inviteUsers;
|
||||||
}
|
}
|
||||||
|
|
||||||
const hasSelection = this.state.targets.length > 0 || (this.state.filterText && this.state.filterText.includes('@'));
|
const hasSelection = this.state.targets.length > 0
|
||||||
|
|| (this.state.filterText && this.state.filterText.includes('@'));
|
||||||
return (
|
return (
|
||||||
<BaseDialog
|
<BaseDialog
|
||||||
className='mx_InviteDialog'
|
className='mx_InviteDialog'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue