Skip to content

Commit 288457a

Browse files
committed
refactor: rename isDetail to isParent
1 parent 038b85a commit 288457a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

log-viewer/modules/timeline/Timeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function nodesToRectangles(rootNodes: LogEvent[]) {
263263
}
264264

265265
for (const child of node.children) {
266-
if (!child.isDetail) {
266+
if (child.isParent) {
267267
nextLevel.push(child);
268268
}
269269
}

0 commit comments

Comments
 (0)