From 24be218df903ff5fc56a7048a358145731d24c5d Mon Sep 17 00:00:00 2001 From: Aamir Azad Date: Sun, 30 Jun 2024 20:28:25 +0530 Subject: [PATCH] remove the always fail testing code --- src/components/document-viewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/document-viewer.tsx b/src/components/document-viewer.tsx index 807229a..c0667ee 100644 --- a/src/components/document-viewer.tsx +++ b/src/components/document-viewer.tsx @@ -125,7 +125,7 @@ function DocumentViewer(props: { id: number }) { return ; } - if (pdfUrl) { + if (!pdfUrl) { return (