This commit is contained in:
Malai Raja
2023-12-20 18:08:42 +05:30
parent 9f60a41320
commit bacc216a48
2 changed files with 3 additions and 3 deletions

Submodule nearlexpressbuild updated: 5d8638cb57...83733b1555

View File

@@ -631,13 +631,13 @@ const Orders = () => {
<Typography variant='body2' noWrap>{row.orderid}</Typography> <Typography variant='body2' noWrap>{row.orderid}</Typography>
<Typography noWrap <Typography noWrap
sx={{ fontSize: '11px' }}> sx={{ fontSize: '11px' }}>
{dayjs(row.deliverydate).utc().format('DD/MM/YYYY')} {dayjs(row.deliverytime).utc().format('DD/MM/YYYY')}
</Typography> </Typography>
<Typography noWrap <Typography noWrap
sx={{ fontSize: '11px' }} sx={{ fontSize: '11px' }}
variant='h5' variant='h5'
> >
{dayjs(row.deliverydate).utc().format('hh:mm A')} {dayjs(row.deliverytime).utc().format('hh:mm A')}
</Typography> </Typography>
</TableCell> </TableCell>
<TableCell align="left"> <TableCell align="left">