Fix embed Gade
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user