diff --git a/app/ResultsGraph.js b/app/ResultsGraph.js index bafe28b..3845d12 100644 --- a/app/ResultsGraph.js +++ b/app/ResultsGraph.js @@ -166,13 +166,11 @@ const edges = [ ]; const ResultsGraph = () => ( -
- nodes[id].name} - /> -
+ nodes[id].name} + /> ); export default ResultsGraph;