From ca26bedaf015ef544dd53e344d925d797bbe1c55 Mon Sep 17 00:00:00 2001 From: Alejandro-Vega Date: Thu, 5 Oct 2023 12:27:14 -0400 Subject: [PATCH] Remove trailing letters in cancer type --- src/config/CancerTypesConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/CancerTypesConfig.ts b/src/config/CancerTypesConfig.ts index 02163952d..c835bf573 100644 --- a/src/config/CancerTypesConfig.ts +++ b/src/config/CancerTypesConfig.ts @@ -5,7 +5,7 @@ const options: string[] = [ "Adrenal Gland, Adrenocortical Carcinoma", "Adrenal Gland, Pheochromocytoma", - "Bile Duct, Cholangiocarcinomaetc", + "Bile Duct, Cholangiocarcinoma", "Bladder, Urothelial (Transitional Cell) Carcinoma", "Blood/Bone Marrow, Acute Lymphocytic Leukemia (ALL)", "Blood/Bone Marrow, Acute Myeloid Leukemia (AML)",