Add EntegreMizik to TeksDrawer
This commit is contained in:
@@ -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} />
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user