remove heatmap mock

This commit is contained in:
Colin Megill
2020-09-15 13:18:31 -07:00
parent ab8d4a440a
commit 7324cebc84
+3 -2
View File
@@ -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>
}