Fix teks display
This commit is contained in:
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user