Updated prettierrc

This commit is contained in:
2021-03-11 18:15:08 -06:00
parent c8b5d2351e
commit 468bdfa632
29 changed files with 131 additions and 188 deletions

View File

@@ -179,8 +179,7 @@ export default connect(
height: '90vh',
padding: 'var(--default_spacing)',
width: 'calc(100vw - (var(--default_spacing) * 4)',
}}
>
}}>
<div
style={{
float: 'right',
@@ -189,13 +188,11 @@ export default connect(
marginTop: '-4px',
boxSizing: 'border-box',
display: 'block',
}}
>
}}>
<a
href={'#'}
onClick={() => this.props.displaySkynetExport(false)}
style={{ cursor: 'pointer' }}
>
style={{ cursor: 'pointer' }}>
X
</a>
</div>
@@ -205,8 +202,7 @@ export default connect(
<div
className={
this.state.second_stage ? 'SkynetExportList' : 'SkynetExportTree'
}
>
}>
{this.state.second_stage ? (
this.state.checked.map((path) => {
return (
@@ -324,8 +320,7 @@ export default connect(
this.setState({
second_stage: false,
})
}
>
}>
{'Back'}
</Button>
) : null}
@@ -336,8 +331,7 @@ export default connect(
marginTop: 'var(--default_spacing)',
width: 'auto',
}}
clicked={this.handleNavigation}
>
clicked={this.handleNavigation}>
{this.state.second_stage ? 'Export' : 'Next'}
</Button>
</div>