Fix embed Gade

This commit is contained in:
2023-03-09 10:39:44 +04:00
parent 2b72edb2be
commit bbc33c0c64
+1 -1
View File
@@ -163,7 +163,7 @@ export default function Teks({parole, paroleId, commentaires, open, success, err
<i>parole soumise par {parole.userAdmin.data.attributes.firstname}</i> <i>parole soumise par {parole.userAdmin.data.attributes.firstname}</i>
</Typography> </Typography>
)} )}
{(parole.okiMizikID || parole.streamAudio.length > 0) && ( {(parole.okiMizikID || parole.streamAudio.length > 0 || parole.gadeEmbed) && (
<Box sx={{textAlign: 'center'}}> <Box sx={{textAlign: 'center'}}>
<EntegreMizik parole={parole} isMobile={isMobile} /> <EntegreMizik parole={parole} isMobile={isMobile} />
</Box> </Box>