20122023
This commit is contained in:
Submodule nearlexpressbuild updated: 5d8638cb57...83733b1555
@@ -631,13 +631,13 @@ const Orders = () => {
|
||||
<Typography variant='body2' noWrap>{row.orderid}</Typography>
|
||||
<Typography noWrap
|
||||
sx={{ fontSize: '11px' }}>
|
||||
{dayjs(row.deliverydate).utc().format('DD/MM/YYYY')}
|
||||
{dayjs(row.deliverytime).utc().format('DD/MM/YYYY')}
|
||||
</Typography>
|
||||
<Typography noWrap
|
||||
sx={{ fontSize: '11px' }}
|
||||
variant='h5'
|
||||
>
|
||||
{dayjs(row.deliverydate).utc().format('hh:mm A')}
|
||||
{dayjs(row.deliverytime).utc().format('hh:mm A')}
|
||||
</Typography>
|
||||
</TableCell>
|
||||
<TableCell align="left">
|
||||
|
||||
Reference in New Issue
Block a user