mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 21:45:18 +10:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ export const EnvelopeEditorInvalidDirectTemplateAlert = ({
|
||||
|
||||
<ul className="list-disc pl-5">
|
||||
{signersMissingSignatureFields.map((recipient, i) => (
|
||||
<li key={i}>{recipient.email || recipient.name || `Recipient ${i + 1}`}</li>
|
||||
<li key={recipient.id}>{recipient.email || recipient.name || `Recipient ${i + 1}`}</li>
|
||||
))}
|
||||
</ul>
|
||||
</AlertDescription>
|
||||
|
||||
Reference in New Issue
Block a user