Fix dialog description component error

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-06 10:05:44 +04:00
parent a45f399faf
commit 8f19a780f9
+1
View File
@@ -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}