Skip to content

Commit

Permalink
chore: delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jun 14, 2021
1 parent 433e2e5 commit 795317c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ $(document).ready(() => {
if (children && children.length > 0) {
return {
text,
// href,
nodes: children.map((child) => formatToTreeView(child, flowHost)),
};
} else {
return {
text,
// href,
};
}
}
Expand Down

0 comments on commit 795317c

Please sign in to comment.