mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 02:08:12 +08:00
remove heatmap mock
This commit is contained in:
@@ -55,14 +55,15 @@ class Embedding extends React.PureComponent {
|
||||
<Button
|
||||
type="button"
|
||||
data-testid="layout-choice"
|
||||
icon="heat-grid"
|
||||
icon="heatmap"
|
||||
// minimal
|
||||
id="embedding"
|
||||
style={{
|
||||
cursor: "pointer",
|
||||
}}
|
||||
>
|
||||
heatmap
|
||||
{layoutChoice?.current}: {crossfilter.countSelected()} out of{" "}
|
||||
{crossfilter.size()} cells
|
||||
</Button>
|
||||
</Tooltip>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user