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>
|
||||
</Typography>
|
||||
)}
|
||||
{(parole.okiMizikID || parole.streamAudio.length > 0) && (
|
||||
{(parole.okiMizikID || parole.streamAudio.length > 0 || parole.gadeEmbed) && (
|
||||
<Box sx={{textAlign: 'center'}}>
|
||||
<EntegreMizik parole={parole} isMobile={isMobile} />
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user