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

@@ -53,8 +53,7 @@ export default connect(
paddingRight: '4px',
boxSizing: 'border-box',
display: 'block',
}}
>
}}>
<a
href={'#'}
onClick={
@@ -64,8 +63,7 @@ export default connect(
}
style={{
cursor: props.AllowDismissDependencies ? 'pointer' : 'no-drop',
}}
>
}}>
X
</a>
</div>
@@ -80,15 +78,13 @@ export default connect(
height: 'auto',
paddingBottom: '5px',
boxSizing: 'border-box',
}}
>
}}>
<h1
style={{
width: '100%',
textAlign: 'center',
color: 'var(--text_color_error)',
}}
>
}}>
Missing Dependencies
</h1>
</div>