mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 02:38:12 +08:00
Fix custom color handling (#1929)
This commit is contained in:
@@ -168,12 +168,7 @@ const renderLinks = (projectLinks, aboutURL) => {
|
||||
};
|
||||
|
||||
const InfoFormat = React.memo(
|
||||
({
|
||||
datasetTitle,
|
||||
singleValueCategories,
|
||||
aboutURL,
|
||||
dataPortalProps = {},
|
||||
}) => {
|
||||
({ datasetTitle, singleValueCategories, aboutURL, dataPortalProps = {} }) => {
|
||||
if (dataPortalProps.version?.["corpora_schema_version"] !== "1.0.0") {
|
||||
dataPortalProps = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user