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

@@ -430,8 +430,7 @@ class MountItems extends IPCContainer {
clicked={() =>
this.cancelRetryMount(provider, () => this.detectMounts())
}
key={'rl_' + retryList.length}
>
key={'rl_' + retryList.length}>
Cancel {provider} Remount (
{this.state.RetryItems[provider].RetrySeconds}s)
</Button>
@@ -451,15 +450,13 @@ class MountItems extends IPCContainer {
<Modal>
<Box
dxDark
dxStyle={{ padding: 'var(--default_spacing)', minWidth: '70vw' }}
>
dxStyle={{ padding: 'var(--default_spacing)', minWidth: '70vw' }}>
<h1
style={{
textAlign: 'center',
paddingBottom: 'var(--default_spacing)',
color: 'var(--text_color_error)',
}}
>
}}>
Mount Failed
</h1>
{retryList}
@@ -563,8 +560,7 @@ class MountItems extends IPCContainer {
this.props.remoteSupported || this.props.s3Supported
? 'MountItemsRemote'
: 'MountItems'
}
>
}>
{items}
</div>
<div style={{ paddingTop: 'var(--default_spacing)' }} />