Add EntegreMizik to TeksDrawer

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-07-15 00:59:08 +02:00
parent e19fef6021
commit d667b42fa8
+4
View File
@@ -38,6 +38,7 @@ import DenyeTeks from './denye-teks'
import VweKouteAchte from './vwe-koute-achte' import VweKouteAchte from './vwe-koute-achte'
import OkiMizik from './oki-mizik' import OkiMizik from './oki-mizik'
import Pataje from './pataje' import Pataje from './pataje'
import EntegreMizik from './entegre-mizik'
import MuiAlert from '@material-ui/lab/Alert' import MuiAlert from '@material-ui/lab/Alert'
@@ -307,6 +308,9 @@ export default function TeksDrawer({teks, anTeks, komante}) {
)} )}
</Typography> </Typography>
</Box> </Box>
{anTeks.kouteyAchtey.length > 0 && (
<EntegreMizik anTeks={anTeks} isMobile={isMobile} />
)}
{anTeks.okiMizikID && ( {anTeks.okiMizikID && (
<OkiMizik id={anTeks.okiMizikID} /> <OkiMizik id={anTeks.okiMizikID} />
)} )}