This commit is contained in:
Timur Ercan
2023-02-23 14:51:45 +01:00
parent 50e6dfc0ae
commit 4215835043

View File

@ -216,7 +216,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
<td className="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
{formatDocumentStatus(document.status)}
<p>
<small>
<small hidden={document.Recipient.length === 0}>
{document.Recipient.filter(
(r: any) => r.signingStatus === "SIGNED"
).length || 0}