diff --git a/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx b/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx index c6e0787bb..d0fbe1262 100644 --- a/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx +++ b/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx @@ -4,7 +4,7 @@ import { useMemo } from 'react'; import { Trans, msg } from '@lingui/macro'; import { useLingui } from '@lingui/react'; -import { AlertTriangle, CheckCheckIcon, CheckIcon, Loader, MailOpen } from 'lucide-react'; +import { AlertTriangle, CheckCheckIcon, CheckIcon, Copy, Loader, MailOpen } from 'lucide-react'; import { DateTime } from 'luxon'; import { match } from 'ts-pattern'; @@ -141,6 +141,11 @@ export const DocumentPageViewRecentActivity = ({ )) + .with(DOCUMENT_AUDIT_LOG_TYPE.DOCUMENT_SIGNING_LINK_COPIED, () => ( +