Update prettier

This commit is contained in:
Thomas Nordquist
2020-04-15 23:54:30 +02:00
parent fbfbe94d19
commit 237c718a0a
76 changed files with 130 additions and 257 deletions

View File

@@ -20,7 +20,7 @@ const styles = (theme: Theme) => ({
icon: {
boxShadow: theme.shadows[2]
.split('),')
.map(s => `inset ${s}`)
.map((s) => `inset ${s}`)
.join('),'),
padding: '6px',
borderRadius: '50%',

View File

@@ -59,7 +59,4 @@ const mapDispatchToProps = (dispatch: any) => {
}
}
export default connect(
undefined,
mapDispatchToProps
)(Copy)
export default connect(undefined, mapDispatchToProps)(Copy)