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" }