Fix komante component
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user