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

@@ -275,8 +275,7 @@ class App extends IPCContainer {
mainContent.push(
<Box
key={'md_' + key++}
dxStyle={{ padding: 'var(--default_spacing)', height: 'auto' }}
>
dxStyle={{ padding: 'var(--default_spacing)', height: 'auto' }}>
<ReleaseVersionDisplay
downloadDisabled={!downloadEnabled}
version={selectedVersion}
@@ -293,8 +292,7 @@ class App extends IPCContainer {
mainContent.push(
<Box
dxStyle={{ padding: 'var(--default_spacing)', height: 'auto' }}
key={'md_' + key++}
>
key={'md_' + key++}>
<MountItems
s3Supported={s3Supported}
remoteSupported={remoteSupported}
@@ -308,8 +306,7 @@ class App extends IPCContainer {
mainContent.push(
<Box
dxStyle={{ padding: 'var(--default_spacing)', height: '170px' }}
key={'md_' + key++}
>
key={'md_' + key++}>
<Loading />
</Box>
);