From 50e6dfc0ae6d3d76957be3b0ed07731563a6db8f Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 23 Feb 2023 14:41:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/pages/documents.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index 0bf579865..b8b806d0a 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -337,14 +337,6 @@ const DocumentsPage: NextPageWithLayout = (props: any) => { ); }; -// export async function getServerSideProps(context: any) { -// return { -// props: { -// documents: await getDocumentsForUserFromToken(context), -// }, -// }; -// } - function formatDocumentStatus(status: DocumentStatus) { switch (status) { case DocumentStatus.DRAFT: