diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index 96b78c409..5dcd29e43 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -160,101 +160,104 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { >
-
-
-
-
+
+
{item.sendStatus === "NOT_SENT" ? ( Not Sent @@ -266,7 +269,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { Sent @@ -304,7 +307,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { )}
-
+