mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
linting
This commit is contained in:
parent
8abb7ebc65
commit
2596a0ffc2
@ -239,7 +239,9 @@ module.exports = React.createClass({
|
||||
);
|
||||
}
|
||||
|
||||
let e2eIcon = this.props.e2eStatus ? <E2EIcon status={this.props.e2eStatus} /> : undefined;
|
||||
const e2eIcon = this.props.e2eStatus ?
|
||||
<E2EIcon status={this.props.e2eStatus} /> :
|
||||
undefined;
|
||||
|
||||
if (this.props.onCancelClick) {
|
||||
cancelButton = <CancelButton onClick={this.props.onCancelClick} />;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user