mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
🚑
This commit is contained in:
@ -44,7 +44,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
|
||||
}, []);
|
||||
|
||||
function showDocument(documentId: number) {
|
||||
router.push(`/documents/" + ${documentId}`);
|
||||
router.push(`/documents/ + ${documentId}`);
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user