Remove eslint line
This commit is contained in:
@@ -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} />
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user