fix bools

This commit is contained in:
nikk gitanes
2021-06-17 17:48:51 +03:00
parent 30d43783b4
commit f62d8cc709
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export default function AboutDialog() {
open={open}
onClose={() => setOpen(false)}
aria-labelledby='form-dialog-title'
fullWidth='true'
fullWidth
maxWidth='sm'
>
<DialogTitle id='form-dialog-title'>{t('About')}</DialogTitle>