Conform to new react and typescript eslint rules
This commit is contained in:
parent
b6feaf74bc
commit
ce78cdf4ad
266 changed files with 1992 additions and 2000 deletions
|
@ -165,7 +165,7 @@ export default class GroupInviteTile extends React.Component {
|
|||
|
||||
return <React.Fragment>
|
||||
<RovingTabIndexWrapper>
|
||||
{({ onFocus, isActive, ref }) =>
|
||||
{ ({ onFocus, isActive, ref }) =>
|
||||
<AccessibleButton
|
||||
onFocus={onFocus}
|
||||
tabIndex={isActive ? 0 : -1}
|
||||
|
|
|
@ -201,7 +201,7 @@ export default class GroupMemberList extends React.Component {
|
|||
|
||||
const invited = (this.state.invitedMembers && this.state.invitedMembers.length > 0) ?
|
||||
<div className="mx_MemberList_invited">
|
||||
<h2>{_t("Invited")}</h2>
|
||||
<h2>{ _t("Invited") }</h2>
|
||||
{
|
||||
this.makeGroupMemberTiles(
|
||||
this.state.searchQuery,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue