Merge branch 'dev' into staging
This commit is contained in:
commit
cc992401b3
@ -62,7 +62,7 @@ export default function DepositDocumentComponent(props: IProps) {
|
||||
</div>
|
||||
|
||||
<DragAndDrop
|
||||
title={"Drag and drop ou"}
|
||||
title={"Glisser-déposer ou"}
|
||||
description={document.document_type?.public_description ?? undefined}
|
||||
defaultFiles={defaultFiles}
|
||||
onAddFile={addFile}
|
||||
|
@ -95,7 +95,7 @@ export default function EmailReminder(props: IProps) {
|
||||
</Link>
|
||||
<div className={classes["info"]}>
|
||||
<Typography typo={ETypo.TEXT_XS_REGULAR} color={ETypoColor.TEXT_SECONDARY}>
|
||||
Dernière relance: {reminders && remindersLength > 0 ? formatDateWithHours(reminders[0]!.reminder_date) : "-"}
|
||||
Dernière relance manuelle: {reminders && remindersLength > 0 ? formatDateWithHours(reminders[0]!.reminder_date) : "-"}
|
||||
</Typography>
|
||||
<Typography typo={ETypo.TEXT_XS_REGULAR} color={ETypoColor.TEXT_SECONDARY}>
|
||||
Nombre de relance: {remindersLength}
|
||||
|
Loading…
x
Reference in New Issue
Block a user