Fix VweKomante display

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-07 16:26:10 +04:00
parent d51886fbed
commit ec26432d1d
+3 -3
View File
@@ -109,7 +109,7 @@ export default function VweKomante({komante, teks}) {
<KomanteList komante={komante} /> <KomanteList komante={komante} />
) : ( ) : (
<Typography align='center'> <Typography align='center'>
Aucun Aucun commentaire
</Typography> </Typography>
)} )}
</Typography> </Typography>
@@ -130,8 +130,8 @@ export default function VweKomante({komante, teks}) {
)} )}
</DialogActions> </DialogActions>
{!session && esKoneksyonOuve && ( {!session && esKoneksyonOuve && (
<Button style={{marginBottom: 10}} color='primary' onClick={() => meteEsKoneksyonOuve(false)}> <Button style={{marginBlock: 10}} color='secondary' onClick={() => meteEsKoneksyonOuve(false)}>
Annuler <strong>Annuler</strong>
</Button> </Button>
)} )}
{session && session.user && esKomenteOuve && ( {session && session.user && esKomenteOuve && (