Fix komante component

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-18 08:10:37 +04:00
parent c7b3cb6d20
commit f018c9419c
+2 -1
View File
@@ -104,11 +104,12 @@ export default function VweKomante({komante, teks}) {
variant='inherit'
id='scroll-dialog-description'
tabIndex={-1}
component='div'
>
{komante.length > 0 ? (
<KomanteList komante={komante} />
) : (
<Typography align='center'>
<Typography component='div' align='center'>
Aucun commentaire
</Typography>
)}