From 44901d2461a65be9eb40915d2447da6e607eb0e5 Mon Sep 17 00:00:00 2001 From: HaneenT Date: Mon, 18 Mar 2024 09:38:49 -0400 Subject: [PATCH] update equality operator --- src/components/ExpressionTables/ExpressionXCellType.js | 2 +- src/helpers/Utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ExpressionTables/ExpressionXCellType.js b/src/components/ExpressionTables/ExpressionXCellType.js index 8cf434ec..b862877c 100644 --- a/src/components/ExpressionTables/ExpressionXCellType.js +++ b/src/components/ExpressionTables/ExpressionXCellType.js @@ -189,7 +189,7 @@ class ExpressionXCellType extends Component {
{this.props.gene} Expression Comparison across Cell Clusters in {formatTissueType(this.props.tissueType)}
-
NS = Not Significant { (this.props.dataType == "sn" && this.props.tissueType == "dmr") && "| - = Not Calculated" }
+
NS = Not Significant { (this.props.dataType === "sn" && this.props.tissueType === "dmr") && "| - = Not Calculated" }