mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
skip user annos when building dataset metadata (#1881)
This commit is contained in:
committed by
GitHub
parent
374bb11279
commit
21dfdb91a9
@@ -38,6 +38,8 @@ class InfoDrawer extends PureComponent {
|
||||
const singleValueCategories = (
|
||||
await Promise.all(nonUserAnnoCategories)
|
||||
).reduce((acc, categoryData, i) => {
|
||||
// Actually check to see if it is null(user anno)
|
||||
if (!categoryData) return acc;
|
||||
const catName = allCategoryNames[i];
|
||||
|
||||
const column = categoryData.icol(0);
|
||||
|
||||
Reference in New Issue
Block a user