From 3d5be1ece52f0ae78ccce602ba5bd6f3d978198c Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Wed, 15 Feb 2023 15:53:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20showDocument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/pages/documents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index 8aced3010..d07f291f2 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -44,7 +44,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => { }, []); function showDocument(documentId: number) { - router.push(`/documents/" + ${documentId} + "recipients`); + router.push(`/documents/" + ${documentId}`); } return (