Add username to teks tit
This commit is contained in:
@@ -45,9 +45,16 @@ export default function TeksKat({teks}) {
|
||||
title={tit}
|
||||
/>
|
||||
<CardContent>
|
||||
<Typography gutterBottom variant='h5' component='h2'>
|
||||
<Typography display='inline' style={{marginRight: 5}} variant='h6' component='h2'>
|
||||
{tit}
|
||||
</Typography>
|
||||
<Typography variant='caption'>
|
||||
{teks.user && (
|
||||
<>
|
||||
(<i>retranscrit par {teks.user.username}</i>)
|
||||
</>
|
||||
)}
|
||||
</Typography>
|
||||
<Typography variant='body2' color='textSecondary' component='p'>
|
||||
{awtis.map(a => a.alias).join(', ')}
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user