From 8db27089a73bcb017849760b2d4abd9b81d7a281 Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Fri, 30 Jul 2021 13:23:03 -0400 Subject: [PATCH] Remove extraneous div. --- src/components/SolsticeApp.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/SolsticeApp.tsx b/src/components/SolsticeApp.tsx index 02ec2d6..10cf00f 100644 --- a/src/components/SolsticeApp.tsx +++ b/src/components/SolsticeApp.tsx @@ -47,8 +47,7 @@ const ConnectedApp: FC = ({ children }) => { ); } - // TODO: eliminate the need for this extra
wrapper. - return
{children}
; + return
{children}
; }; const SolsticeApp = () => ( @@ -58,11 +57,9 @@ const SolsticeApp = () => ( -
-
- -
-
+
+ +