From 4b74d5eff49d9241beaf2c67e868ef508b480f72 Mon Sep 17 00:00:00 2001 From: Nathan Creger Date: Mon, 18 Mar 2024 12:24:38 -0400 Subject: [PATCH] make ternary condition --- .../ExpressionTables/ExpressionXCellType.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/ExpressionTables/ExpressionXCellType.js b/src/components/ExpressionTables/ExpressionXCellType.js index 1157187e..70b7e738 100644 --- a/src/components/ExpressionTables/ExpressionXCellType.js +++ b/src/components/ExpressionTables/ExpressionXCellType.js @@ -226,10 +226,15 @@ class ExpressionXCellType extends Component { 4transitional: Represented by an intermediate state showing markers of cells sharing the same parental lineage.  

+ {this.props.dataType === "sn" ? - For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) - and github pipelines - + For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) + and github pipelines + : + + For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) + + }