Fix teks display

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-20 22:18:01 +04:00
parent e2314434ee
commit 287716c517
+3 -1
View File
@@ -319,7 +319,7 @@ export default function TeksDrawer({teks, anTeks, komante}) {
<div className={classes.pataje}> <div className={classes.pataje}>
<Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} /> <Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} />
</div> </div>
<Box align='center'> <Box sx={{textAlign: 'center', marginTop: 6}}>
<Typography style={{marginTop: '0.8em'}} variant='h4' display='block'> <Typography style={{marginTop: '0.8em'}} variant='h4' display='block'>
<Typography gutterBottom variant='h6'> <Typography gutterBottom variant='h6'>
{anTeks.awtis.map(a => a.alias).join(', ')} {anTeks.awtis.map(a => a.alias).join(', ')}
@@ -353,7 +353,9 @@ export default function TeksDrawer({teks, anTeks, komante}) {
)} )}
</Box> </Box>
{(anTeks.okiMizikID || anTeks.kouteyAchtey.length > 0) && ( {(anTeks.okiMizikID || anTeks.kouteyAchtey.length > 0) && (
<Box sx={{textAlign: 'center'}}>
<EntegreMizik anTeks={anTeks} isMobile={isMobile} /> <EntegreMizik anTeks={anTeks} isMobile={isMobile} />
</Box>
)} )}
{anTeks.okiMizikID && ( {anTeks.okiMizikID && (
<OkiMizik id={anTeks.okiMizikID} /> <OkiMizik id={anTeks.okiMizikID} />