Adapt components with new css & NextJs rules
This commit is contained in:
@@ -50,7 +50,9 @@ export default function ChecheAwtis() {
|
||||
}, [loading])
|
||||
|
||||
return (
|
||||
<Container sx={{display: 'flex', justifyContent: 'center', marginBottom: 3}}>
|
||||
<Container
|
||||
sx={{ display: 'flex', justifyContent: 'center', marginBottom: 3 }}
|
||||
>
|
||||
<Autocomplete
|
||||
autoHighlight
|
||||
disableClearable
|
||||
|
||||
Reference in New Issue
Block a user