Updated prettierrc
This commit is contained in:
@@ -191,8 +191,7 @@ export default connect(
|
||||
height: 'auto',
|
||||
padding: 'var(--default_spacing)',
|
||||
width: 'calc(100vw - (var(--default_spacing) * 4)',
|
||||
}}
|
||||
>
|
||||
}}>
|
||||
<div
|
||||
style={{
|
||||
float: 'right',
|
||||
@@ -201,13 +200,11 @@ export default connect(
|
||||
marginTop: '-4px',
|
||||
boxSizing: 'border-box',
|
||||
display: 'block',
|
||||
}}
|
||||
>
|
||||
}}>
|
||||
<a
|
||||
href={'#'}
|
||||
onClick={() => this.props.displaySkynetImport(false)}
|
||||
style={{ cursor: 'pointer' }}
|
||||
>
|
||||
style={{ cursor: 'pointer' }}>
|
||||
X
|
||||
</a>
|
||||
</div>
|
||||
@@ -236,8 +233,7 @@ export default connect(
|
||||
marginTop: 'var(--default_spacing)',
|
||||
width: 'auto',
|
||||
}}
|
||||
clicked={this.displaySyntax}
|
||||
>
|
||||
clicked={this.displaySyntax}>
|
||||
Import Syntax...
|
||||
</Button>
|
||||
<div className={'SkynetActionButtons'}>
|
||||
@@ -253,8 +249,7 @@ export default connect(
|
||||
this.setState({
|
||||
second_stage: false,
|
||||
})
|
||||
}
|
||||
>
|
||||
}>
|
||||
{'Back'}
|
||||
</Button>
|
||||
) : null}
|
||||
@@ -265,8 +260,7 @@ export default connect(
|
||||
marginTop: 'var(--default_spacing)',
|
||||
width: 'auto',
|
||||
}}
|
||||
clicked={this.handleNavigation}
|
||||
>
|
||||
clicked={this.handleNavigation}>
|
||||
{this.state.second_stage ? 'Import' : 'Next'}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user