From 78afbbb00e1c78388c9738c5da4d88e294874aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Wed, 27 Nov 2019 02:06:55 -0500 Subject: [PATCH] =?UTF-8?q?app:=20Retrait=20=C3=A9l=C3=A9ment=20inutile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ResultsGraph.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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;