Add teks prop to OkiMizik component

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-26 07:13:18 +04:00
parent c30cdf1504
commit 12e1518dbc
+1 -1
View File
@@ -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}>