Fix komante component
This commit is contained in:
@@ -104,11 +104,12 @@ export default function VweKomante({komante, teks}) {
|
|||||||
variant='inherit'
|
variant='inherit'
|
||||||
id='scroll-dialog-description'
|
id='scroll-dialog-description'
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
|
component='div'
|
||||||
>
|
>
|
||||||
{komante.length > 0 ? (
|
{komante.length > 0 ? (
|
||||||
<KomanteList komante={komante} />
|
<KomanteList komante={komante} />
|
||||||
) : (
|
) : (
|
||||||
<Typography align='center'>
|
<Typography component='div' align='center'>
|
||||||
Aucun commentaire
|
Aucun commentaire
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user