linting
This commit is contained in:
parent
8abb7ebc65
commit
2596a0ffc2
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue