Fix VweKomante display
This commit is contained in:
@@ -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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user