Skip to content
Snippets Groups Projects
Commit 95d0db19 authored by NithyaSanthanam's avatar NithyaSanthanam
Browse files

TMSS-814: Indentation updated

parent a39814f0
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!535Resolves TMSS-814,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
...@@ -10,7 +10,6 @@ import PageHeader from '../../layout/components/PageHeader'; ...@@ -10,7 +10,6 @@ import PageHeader from '../../layout/components/PageHeader';
import UIConstants from '../../utils/ui.constants'; import UIConstants from '../../utils/ui.constants';
import UtilService from '../../services/util.service'; import UtilService from '../../services/util.service';
import AuthUtil from '../../utils/auth.util'; import AuthUtil from '../../utils/auth.util';
import AuthStore from '../../authenticate/auth.store';
import AccessDenied from '../../layout/components/AccessDenied'; import AccessDenied from '../../layout/components/AccessDenied';
/* eslint-disable no-unused-expressions */ /* eslint-disable no-unused-expressions */
......
...@@ -765,8 +765,8 @@ export class TaskList extends Component { ...@@ -765,8 +765,8 @@ export class TaskList extends Component {
header={this.state.dialog.header} message={this.state.dialog.detail} actions={this.state.dialog.actions} header={this.state.dialog.header} message={this.state.dialog.detail} actions={this.state.dialog.actions}
content={this.state.dialog.content} width={this.state.dialog.width} showIcon={this.state.dialog.showIcon} content={this.state.dialog.content} width={this.state.dialog.width} showIcon={this.state.dialog.showIcon}
onClose={this.closeDialog} onCancel={this.closeDialog} onSubmit={this.state.dialog.onSubmit} /> onClose={this.closeDialog} onCancel={this.closeDialog} onSubmit={this.state.dialog.onSubmit} />
</>:<AccessDenied/>} </>:<AccessDenied/>}
</>} </>}
</React.Fragment> </React.Fragment>
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment