From aaea3df5aedd2e3cd04c856ecaed4a6fdc38bfb4 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Wed, 15 Feb 2023 15:57:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91?= 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 d07f291f2..3d8fd0a57 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}`); } return (