Fix linting
This commit is contained in:
parent
9facb0d963
commit
ef51a46d24
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ export default class MessageActionBar extends React.PureComponent {
|
|||
allowClose: false,
|
||||
refireParams: {
|
||||
event: this.props.mxEvent,
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -282,7 +282,7 @@ export default class MessageActionBar extends React.PureComponent {
|
|||
onClick={this.onThreadClick}
|
||||
key="thread"
|
||||
/>
|
||||
)}
|
||||
) }
|
||||
</>);
|
||||
}
|
||||
if (this.context.canReact) {
|
||||
|
|
Loading…
Reference in a new issue