Remove eslint line

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-22 18:10:25 +04:00
parent 7e5cc6b96e
commit 676f57b650
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ const Root = styled('div')((
}
}))
const Alert = forwardRef(function Alert(props, ref) { // eslint-disable-line func-names
const Alert = forwardRef(function Alert(props, ref) {
return <MuiAlert ref={ref} elevation={6} variant='filled' {...props} />
})