Update prettier
This commit is contained in:
@@ -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%',
|
||||
|
||||
@@ -59,7 +59,4 @@ const mapDispatchToProps = (dispatch: any) => {
|
||||
}
|
||||
}
|
||||
|
||||
export default connect(
|
||||
undefined,
|
||||
mapDispatchToProps
|
||||
)(Copy)
|
||||
export default connect(undefined, mapDispatchToProps)(Copy)
|
||||
|
||||
Reference in New Issue
Block a user