Fix All Material UI Warnings
Signed-off-by: Pankaj Patil <pankaj.patil2099@hotmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export const AlertInsightsSectionHeader = ({
|
||||
return (
|
||||
<Box position="relative" mb={3} textAlign="left">
|
||||
<ScrollAnchor id={`alert-${number}`} />
|
||||
<Grid container spacing={2} justify="space-between" alignItems="center">
|
||||
<Grid container spacing={2} justifyContent="space-between" alignItems="center">
|
||||
<Grid item>
|
||||
<Box display="flex" alignItems="center">
|
||||
<Box mr={2}>
|
||||
|
||||
Reference in New Issue
Block a user