This commit is contained in:
Timur Ercan
2023-02-15 15:57:51 +01:00
parent 3d5be1ece5
commit aaea3df5ae

View File

@ -44,7 +44,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
}, []);
function showDocument(documentId: number) {
router.push(`/documents/" + ${documentId}`);
router.push(`/documents/ + ${documentId}`);
}
return (