From 7d3c054aae8e0003c877f9383fd7398dd6cbab1c Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Thu, 3 Sep 2020 23:13:42 -0700 Subject: fix React does not recognize the warning by adding extra react fragment --- frontend/src/components/App.js | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/App.js b/frontend/src/components/App.js index 0a5fb8b..1579ffd 100644 --- a/frontend/src/components/App.js +++ b/frontend/src/components/App.js @@ -42,33 +42,33 @@ const App = () => { return ( - } - /> -
- - - + <> + } + /> +
+ + + -
- +
} /> - -
+
-
-
+
+
); -- cgit v1.2.3