Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesca Paoletti committed Jul 8, 2019
1 parent d7be5b4 commit 8884ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/query-results/QueryResultsBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class QueryResultsBody extends Component<QueryResultsBodyProps, QueryResultsBody
addNodesToTree (items, parentNode) {
let currentNode = parentNode;
let currentParentNode = parentNode;

console.log("TEST");
if(items === null){
return;
}
Expand Down

0 comments on commit 8884ab4

Please sign in to comment.