LMSN-191
Update
This commit is contained in:
@@ -326,8 +326,9 @@ export default function List() {
|
|||||||
sx={{
|
sx={{
|
||||||
backgroundColor: (theme) => theme.palette.grey[300],
|
backgroundColor: (theme) => theme.palette.grey[300],
|
||||||
borderRadius: '4px',
|
borderRadius: '4px',
|
||||||
width: '70%',
|
width: '95%',
|
||||||
}}
|
}}
|
||||||
|
variant="body2"
|
||||||
>
|
>
|
||||||
{obj.start_date ? format(new Date(obj.start_date), "dd MMMM yyyy HH:mm:ss") : ''}
|
{obj.start_date ? format(new Date(obj.start_date), "dd MMMM yyyy HH:mm:ss") : ''}
|
||||||
</Typography>
|
</Typography>
|
||||||
@@ -337,20 +338,23 @@ export default function List() {
|
|||||||
sx={{
|
sx={{
|
||||||
backgroundColor: (theme) => theme.palette.grey[300],
|
backgroundColor: (theme) => theme.palette.grey[300],
|
||||||
borderRadius: '4px',
|
borderRadius: '4px',
|
||||||
width: '70%',
|
width: '95%',
|
||||||
}}
|
}}
|
||||||
|
variant="body2"
|
||||||
>
|
>
|
||||||
{obj.end_date ? format(new Date(obj.end_date), "d MMMM yyyy HH:mm:ss") : ''}
|
{obj.end_date ? format(new Date(obj.end_date), "d MMMM yyyy HH:mm:ss") : ''}
|
||||||
</Typography>
|
</Typography>
|
||||||
,
|
,
|
||||||
fullName:
|
fullName:
|
||||||
<Typography
|
<Typography
|
||||||
|
variant="body2"
|
||||||
>
|
>
|
||||||
{obj.fullName}
|
{obj.fullName}
|
||||||
</Typography>
|
</Typography>
|
||||||
,
|
,
|
||||||
memberId:
|
memberId:
|
||||||
<Typography
|
<Typography
|
||||||
|
variant="body2"
|
||||||
>
|
>
|
||||||
{obj.memberId}
|
{obj.memberId}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user