mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +08:00
no need to return null in map
This commit is contained in:
@@ -74,8 +74,6 @@ class Categories extends React.Component {
|
||||
metadataField={key}
|
||||
values={value.options}/>
|
||||
)
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user