Fix html integration error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user