From bbef27b8c9c0dc97e0fb70506c783e93683dae95 Mon Sep 17 00:00:00 2001 From: Bruce Martin Date: Mon, 27 Jul 2020 19:34:04 -0700 Subject: [PATCH] minor prose change on embedding chooser (#1678) --- client/src/components/embedding/index.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/client/src/components/embedding/index.js b/client/src/components/embedding/index.js index 337843ab..b71ae1a0 100644 --- a/client/src/components/embedding/index.js +++ b/client/src/components/embedding/index.js @@ -136,11 +136,8 @@ const EmbeddingChoices = ({ onChange, annoMatrix, layoutChoice }) => { return ( {data.map((summary) => { - const { discreteCellIndex, embedding, embeddingName } = summary; - const isAllCells = discreteCellIndex.size() === embedding.length; - const sizeHint = `${discreteCellIndex.size()} ${ - isAllCells ? "(all) " : "" - }cells`; + const { discreteCellIndex, embeddingName } = summary; + const sizeHint = `${discreteCellIndex.size()} cells`; return (