mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +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">
|
<ul className="list-disc pl-5">
|
||||||
{signersMissingSignatureFields.map((recipient, i) => (
|
{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>
|
</ul>
|
||||||
</AlertDescription>
|
</AlertDescription>
|
||||||
|
|||||||
Reference in New Issue
Block a user