mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 02:01:33 +10:00
🧹
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user