Skip to content

Commit

Permalink
just summary for static cat hits
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 10, 2018
1 parent f806efc commit 7e3bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/CategoricalCellRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function staticSummary(col: ICategoricalLikeColumn, context: IRenderContext, int
if (!summary) {
return;
}
update(n, summary, data);
update(n, summary);
});
}
};
Expand Down

0 comments on commit 7e3bf08

Please sign in to comment.