|
|
@@ -266,14 +266,14 @@ const ApplicationDetailCard = ({ |
|
|
|
<Grid container alignItems={"center"}> |
|
|
|
<Grid item xs={12} md={12} lg={12} |
|
|
|
sx={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">Deadline for payment:</Typography> |
|
|
|
<Typography variant="h5">Deadline for confirm proof and payment</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">Before {DateUtils.datetimeStr(data.proofPaymentDeadline)}</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={12} lg={12} |
|
|
|
sx={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">Deadline for revise:</Typography> |
|
|
|
<Typography variant="h5">Deadline for proof with revison:</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">Before {DateUtils.datetimeStr(data.reviseDeadline)}</Typography> |
|
|
|