mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +08:00
only show continuous color options above graph for now
This commit is contained in:
@@ -55,9 +55,8 @@ class ColorOptions extends React.Component {
|
||||
Color:
|
||||
{
|
||||
_.map(this.props.ranges, (value, key) => {
|
||||
if (
|
||||
(value.options ||
|
||||
value.range) &&
|
||||
if ( /* value.options */
|
||||
value.range &&
|
||||
key !== "CellName"
|
||||
) {
|
||||
return <Option
|
||||
|
||||
Reference in New Issue
Block a user