Skip to content

Commit

Permalink
Closes #429
Browse files Browse the repository at this point in the history
  • Loading branch information
dweemx committed Jun 23, 2021
1 parent 98161b7 commit 456aa51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/common/Metadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,8 @@ export default class Metadata extends Component {
hasCpmTransform: settings.hasCpmNormalization,
selectedGenes: selectedGenes,
selectedRegulons: selectedRegulons,
clusterings:
this.state.clustering !== null ? [this.state.clustering] : [],
annotations:
this.state.annotation !== null ? this.state.annotation : [],
clusterings: this.state.clustering ? [this.state.clustering] : [],
annotations: this.state.annotation ? this.state.annotation : [],
};
let queryCells = {
loomFilePath: loomFilePath,
Expand Down

0 comments on commit 456aa51

Please sign in to comment.