Add userAdmin
This commit is contained in:
@@ -65,6 +65,11 @@ export default function TeksKat({teks}) {
|
||||
(<i>texte soumis par {teks.user.username}</i>)
|
||||
</>
|
||||
)}
|
||||
{teks.userAdmin && !teks.user && (
|
||||
<>
|
||||
(<i>texte soumis par {teks.userAdmin}</i>)
|
||||
</>
|
||||
)}
|
||||
</Typography>
|
||||
<Typography variant='body2' color='textSecondary' component='p'>
|
||||
{new Intl.ListFormat('fr').format(alias)}
|
||||
|
||||
Reference in New Issue
Block a user