Create DiferansDialog component
This commit is contained in:
@@ -20,6 +20,7 @@ import VweKomante from '../komante/vwe-komante'
|
||||
import EntegreMizik from './entegre-mizik'
|
||||
import OkiMizik from './oki-mizik'
|
||||
import Pataje from './pataje'
|
||||
import DiferansDialog from './diferans-dialog'
|
||||
|
||||
const PREFIX = 'teks'
|
||||
|
||||
@@ -175,6 +176,11 @@ export default function Teks({parole, paroleId, commentaires, open, success, err
|
||||
{parole.okiMizikID && (
|
||||
<OkiMizik id={parole.okiMizikID} parole={parole} />
|
||||
)}
|
||||
|
||||
{parole?.difference?.length > 0 && (
|
||||
<DiferansDialog difference={parole.difference} />
|
||||
)}
|
||||
|
||||
<Grid container justifyContent='start' spacing={1}>
|
||||
<Grid item xs={12} md={langArray.length > 0 ? 6 : null}>
|
||||
<div className={classes.gridText}>
|
||||
|
||||
Reference in New Issue
Block a user