mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-24 16:42:33 +02:00
refactor: add comment
This commit is contained in:
@@ -416,8 +416,7 @@ function PdfRequestFiles() {
|
||||
setSignerPos(documentData[0].Placeholders);
|
||||
}
|
||||
setPdfDetails(documentData);
|
||||
// Check if the current signer is the last signer and handle the complete message.
|
||||
|
||||
// Check if the current signer is not a last signer and handle the complete message.
|
||||
if (isNextUser) {
|
||||
const getSignedAuditTrail = documentData[0].AuditTrail.filter(
|
||||
(data) => data.Activity === "Signed"
|
||||
|
||||
Reference in New Issue
Block a user