mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
✨ signed count
This commit is contained in:
@ -219,8 +219,10 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
|
||||
{formatDocumentStatus(document.status)}
|
||||
<p>
|
||||
<small>
|
||||
{document.signed || 0}/
|
||||
{document.Recipient.length || 0}
|
||||
{document.Recipient.filter(
|
||||
(r: any) => r.signingStatus === "SIGNED"
|
||||
).length || 0}
|
||||
/{document.Recipient.length || 0}
|
||||
</small>
|
||||
</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user