Updated prettierrc
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user