diff --git a/frontend/src/components/cytology/CytologyCaseView.js b/frontend/src/components/cytology/CytologyCaseView.js
index 5fa1057a29..0884e2cfbd 100644
--- a/frontend/src/components/cytology/CytologyCaseView.js
+++ b/frontend/src/components/cytology/CytologyCaseView.js
@@ -431,7 +431,11 @@ function CytologyCaseView() {
:
- {pathologySampleInfo.sex === "M" ? "Male" : "Female"}
+ {pathologySampleInfo.sex === "M" ? (
+
+ ) : (
+
+ )}
:
@@ -825,7 +829,7 @@ function CytologyCaseView() {
}
@@ -854,12 +858,12 @@ function CytologyCaseView() {
}}
/>
-
- {
+
+ {
reportTypes.filter(
(type) => type.id === report.reportType,
)[0]?.value
- }
+ }
{pathologySampleInfo.reports[index].image && (
@@ -902,7 +906,7 @@ function CytologyCaseView() {
-
+
diff --git a/frontend/src/components/immunohistochemistry/ImmunohistochemistryCaseView.js b/frontend/src/components/immunohistochemistry/ImmunohistochemistryCaseView.js
index 488cc35401..a101fbdcba 100644
--- a/frontend/src/components/immunohistochemistry/ImmunohistochemistryCaseView.js
+++ b/frontend/src/components/immunohistochemistry/ImmunohistochemistryCaseView.js
@@ -236,7 +236,7 @@ function ImmunohistochemistryCaseView() {
/>
- % of cell show nuclear staining with
+
- intensity . Allred score
+
- out of 8
+
@@ -300,7 +300,7 @@ function ImmunohistochemistryCaseView() {
/>
- % of cell show nuclear staining with
+
- intensity . Allred score
+
- out of 8
+
@@ -346,7 +346,7 @@ function ImmunohistochemistryCaseView() {
- MiB 1(ki-67) (Proliferative Index)
+
- of tumor cells positive (cut of 20%)
+
- CerbB2/HER 2 staining pattern
+