Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
Signed-off-by: stefanbabukov <[email protected]>
  • Loading branch information
StefanBabukov committed Oct 16, 2023
1 parent 74c46e1 commit 1cf030d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/plotSpecs/generateViolinSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ const generateData = (
currentCellIds
.filter(shouldBeDisplayed)
.forEach((cellId) => {
// ignore the cells which are unfiltered
if (selectedExpression[cellId] || selectedExpression[cellId] === 0) {
const cell = {
group: cellSetId,
Expand Down

0 comments on commit 1cf030d

Please sign in to comment.