From 1de43d9074d55bfa795a4270cf9f2ca627eca43f Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 30 Sep 2020 10:53:05 -0300 Subject: [PATCH] Hidden Sidebar --- components/core/Layout/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/core/Layout/Layout.tsx b/components/core/Layout/Layout.tsx index 4d8556d07..22113ad4f 100644 --- a/components/core/Layout/Layout.tsx +++ b/components/core/Layout/Layout.tsx @@ -19,9 +19,9 @@ const Layout: FunctionComponent = ({ className, children }) => { />
{children}
- + {/* - + */} ); };