From 5d4b51b094954342ee86d1f34622bc170aad9c4c Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Wed, 15 Feb 2023 15:39:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= 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 0d93a726b..8aced3010 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); + router.push(`/documents/" + ${documentId} + "recipients`); } return (