Fix html integration error

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-15 22:55:30 +04:00
parent f2ba39aeba
commit c7b3cb6d20
+3 -3
View File
@@ -126,11 +126,11 @@ export default function Teks({anTeks, komante, open, success, error, setSuccess,
<Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} /> <Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} />
</div> </div>
<Box sx={{textAlign: 'center', marginTop: 8}}> <Box sx={{textAlign: 'center', marginTop: 8}}>
<Typography style={{marginTop: '0.8em'}} variant='h4' display='block'> <Typography style={{marginTop: '0.8em'}} variant='h4' component='div' display='block'>
<Typography gutterBottom variant='h6'> <Typography gutterBottom variant='h6' component='div'>
{new Intl.ListFormat('fr').format(awtis)} {new Intl.ListFormat('fr').format(awtis)}
</Typography> </Typography>
<Typography variant='h5'> <Typography variant='h5' component='div'>
{anTeks.tit} {anTeks.tit}
{anTeks.eksplisit && ( {anTeks.eksplisit && (
<ExplicitTooltip <ExplicitTooltip