Skip to content

Commit dd1a01c

Browse files
committed
apply same fix to colorForCell for consistency
1 parent cb53233 commit dd1a01c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/iris-grid/src/IrisGridTreeTableModel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ class IrisGridTreeTableModel extends IrisGridTableModelTemplate<
213213
if (value != null) {
214214
const column = this.sourceColumn(x, y);
215215
const row = this.row(y);
216-
assertNotNull(row);
217-
218216
let columnTypeForFormatting = column.type;
219217

220218
// For tree table leaf nodes, use the constituent type for formatting

0 commit comments

Comments
 (0)