mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 18:51:37 +10:00
stuff
This commit is contained in:
@ -132,7 +132,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
|
||||
</td>
|
||||
<td className="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
|
||||
{document.Recipient.map((item: any) => (
|
||||
<div>
|
||||
<div key={item.id}>
|
||||
{item.sendStatus === "SENT" &&
|
||||
item.readStatus !== "OPENED" &&
|
||||
item.signingStatus !== "SIGNED" ? (
|
||||
|
||||
Reference in New Issue
Block a user