From b519e6a3370a9a60f6e553f1a7d0e87003004b5f Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 29 Jul 2021 15:37:43 -0500
Subject: [PATCH] Look for PrCa for cancer filter

---
 layouts/custom/repository.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/custom/repository.html b/layouts/custom/repository.html
index 506dc1d..83c8f00 100644
--- a/layouts/custom/repository.html
+++ b/layouts/custom/repository.html
@@ -279,7 +279,7 @@
                     }
                 }
                 if (checked.includes("disease.c")) {
-                    if (repo[i]["Disease Status"] == "Cancer") {
+                    if (repo[i]["Disease Status"] == "PrCa") {
                         filtered_dis.push(repo[i].PatientID)
                     }
                 }
-- 
GitLab