Add teks prop to OkiMizik component
This commit is contained in:
@@ -165,7 +165,7 @@ export default function Teks({anTeks, komante, open, success, error, setSuccess,
|
|||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
{anTeks.okiMizikID && (
|
{anTeks.okiMizikID && (
|
||||||
<OkiMizik id={anTeks.okiMizikID} />
|
<OkiMizik id={anTeks.okiMizikID} teks={anTeks} />
|
||||||
)}
|
)}
|
||||||
<Grid container justifyContent='start' spacing={1}>
|
<Grid container justifyContent='start' spacing={1}>
|
||||||
<Grid item xs={12} md={langArray.length > 0 ? 6 : null}>
|
<Grid item xs={12} md={langArray.length > 0 ? 6 : null}>
|
||||||
|
|||||||
Reference in New Issue
Block a user