Remove eslint line
This commit is contained in:
@@ -34,7 +34,7 @@ const PROVIDERS = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
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} />
|
return <MuiAlert ref={ref} elevation={6} variant='filled' {...props} />
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -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} />
|
return <MuiAlert ref={ref} elevation={6} variant='filled' {...props} />
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user