Skip to content

Commit

Permalink
fixing trace order
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jan 7, 2020
1 parent 6ad0f3a commit d2904b4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export function getOrderedWaterfallItems(

const children = sortBy(
childrenByParentId[item.id] || [],
'custom.timestamp.us'
'doc.timestamp.us'
);

item.parent = parentItem;
Expand Down

0 comments on commit d2904b4

Please sign in to comment.