Fix dialog description component error
This commit is contained in:
@@ -55,6 +55,7 @@ export default function CGUDialog({open, setOpen}) {
|
|||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
<Typography
|
<Typography
|
||||||
ref={descriptionElementRef}
|
ref={descriptionElementRef}
|
||||||
|
component='div'
|
||||||
variant='inherit'
|
variant='inherit'
|
||||||
id='scroll-dialog-description'
|
id='scroll-dialog-description'
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
|
|||||||
Reference in New Issue
Block a user