fixed lint issues

This commit is contained in:
Harjeet Singh 2018-06-27 13:21:57 -07:00
parent ee8bd4fe17
commit 07ad2ccecf
4 changed files with 5 additions and 5 deletions

View File

@ -18,4 +18,4 @@ export const ConsoleButton = Button.extend`
background: #e2e2e2; background: #e2e2e2;
color: black; color: black;
float: right; float: right;
`; `;

View File

@ -52,4 +52,4 @@ export const ConsoleActionsRow = FlexLayout.extend`
export const FlexLayoutReverse = FlexLayout.extend` export const FlexLayoutReverse = FlexLayout.extend`
flex-direction: row-reverse; flex-direction: row-reverse;
`; `;

View File

@ -4,7 +4,7 @@ import { SecurityRequirements } from '../SecurityRequirement/SecuirityRequiremen
import { observer } from 'mobx-react'; import { observer } from 'mobx-react';
import { ConsoleButton, Badge, FlexLayoutReverse, DarkRightPanel, H2, MiddlePanel, Row, Toggle } from '../../common-elements'; import { Badge, ConsoleButton, DarkRightPanel, FlexLayoutReverse, H2, MiddlePanel, Row, Toggle } from '../../common-elements';
import { OptionsContext } from '../OptionsProvider'; import { OptionsContext } from '../OptionsProvider';
@ -56,7 +56,7 @@ export class Operation extends React.Component<OperationProps, OperationState> {
onConsoleClick = () => { onConsoleClick = () => {
this.setState({ this.setState({
executeMode: !this.state.executeMode executeMode: !this.state.executeMode,
}); });
} }
/* /*

View File

@ -16,4 +16,4 @@ export * from './StoreProvider';
export * from './OptionsProvider'; export * from './OptionsProvider';
export * from './SideMenu/'; export * from './SideMenu/';
export * from './StickySidebar/StickyResponsiveSidebar'; export * from './StickySidebar/StickyResponsiveSidebar';
export * from './SearchBox/SearchBox'; export * from './SearchBox/SearchBox';