From 50f3c54cae36b5a48c6d373443557922b0c5a3d4 Mon Sep 17 00:00:00 2001 From: Matus Szabo Date: Wed, 8 Jul 2020 15:43:10 +0200 Subject: Added front-end tests Increased front-end tests coverage to 76% Issue-ID: AAI-2993 Signed-off-by: Matus Szabo Change-Id: I80fd7763bce3c7198ec85cbb63bd334385964455 --- graphgraph-fe/src/graph_settings_menu.js | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'graphgraph-fe/src/graph_settings_menu.js') diff --git a/graphgraph-fe/src/graph_settings_menu.js b/graphgraph-fe/src/graph_settings_menu.js index 05def48..0a6e054 100644 --- a/graphgraph-fe/src/graph_settings_menu.js +++ b/graphgraph-fe/src/graph_settings_menu.js @@ -27,16 +27,14 @@ class GraphSettingsMenu extends React.Component { render () { return ( - - - GraphGraph - - - + + + GraphGraph + + + + + ); } -- cgit 1.2.3-korg