Upgrade prettier to 2.3.0

Some reformatting was needed... :/
This commit is contained in:
Deluan
2021-05-11 18:13:03 -04:00
parent da684ff44c
commit fa9083ddec
9 changed files with 46 additions and 49 deletions
+8 -13
View File
@@ -31,19 +31,14 @@ const DeleteUserButton = (props) => {
onClick,
...rest
} = props
const {
open,
loading,
handleDialogOpen,
handleDialogClose,
handleDelete,
} = useDeleteWithConfirmController({
resource,
record,
redirect,
basePath,
onClick,
})
const { open, loading, handleDialogOpen, handleDialogClose, handleDelete } =
useDeleteWithConfirmController({
resource,
record,
redirect,
basePath,
onClick,
})
const classes = useStyles(props)
return (