diff --git a/components/komante/vwe-komante.js b/components/komante/vwe-komante.js
index ffa5e1c..490e090 100644
--- a/components/komante/vwe-komante.js
+++ b/components/komante/vwe-komante.js
@@ -104,11 +104,12 @@ export default function VweKomante({komante, teks}) {
variant='inherit'
id='scroll-dialog-description'
tabIndex={-1}
+ component='div'
>
{komante.length > 0 ? (
) : (
-
+
Aucun commentaire
)}