Add userAdmin
This commit is contained in:
@@ -161,6 +161,11 @@ export default function Teks({anTeks, komante, open, success, error, setSuccess,
|
||||
<i>texte soumis par {anTeks.user.username}</i>
|
||||
</Typography>
|
||||
)}
|
||||
{anTeks.userAdmin && !anTeks.user && (
|
||||
<Typography style={{marginBottom: '1.5em'}} display='block' variant='caption'>
|
||||
<i>texte soumis par {anTeks.userAdmin}</i>
|
||||
</Typography>
|
||||
)}
|
||||
</Box>
|
||||
{(anTeks.okiMizikID || anTeks.kouteyAchtey.length > 0) && (
|
||||
<Box sx={{textAlign: 'center'}}>
|
||||
|
||||
Reference in New Issue
Block a user