Fix VweKomante display
This commit is contained in:
@@ -109,7 +109,7 @@ export default function VweKomante({komante, teks}) {
|
||||
<KomanteList komante={komante} />
|
||||
) : (
|
||||
<Typography align='center'>
|
||||
Aucun
|
||||
Aucun commentaire
|
||||
</Typography>
|
||||
)}
|
||||
</Typography>
|
||||
@@ -130,8 +130,8 @@ export default function VweKomante({komante, teks}) {
|
||||
)}
|
||||
</DialogActions>
|
||||
{!session && esKoneksyonOuve && (
|
||||
<Button style={{marginBottom: 10}} color='primary' onClick={() => meteEsKoneksyonOuve(false)}>
|
||||
Annuler
|
||||
<Button style={{marginBlock: 10}} color='secondary' onClick={() => meteEsKoneksyonOuve(false)}>
|
||||
<strong>Annuler</strong>
|
||||
</Button>
|
||||
)}
|
||||
{session && session.user && esKomenteOuve && (
|
||||
|
||||
Reference in New Issue
Block a user