From a51f730d12e8012dbe906fe39f76c2ad6b1446ad Mon Sep 17 00:00:00 2001 From: serafettin Date: Fri, 9 Feb 2024 15:32:50 +0100 Subject: [PATCH] Update index.tsx --- web-app/src/components/layout/site/DiscoveryLayout/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/components/layout/site/DiscoveryLayout/index.tsx b/web-app/src/components/layout/site/DiscoveryLayout/index.tsx index 96b85f37..80099713 100644 --- a/web-app/src/components/layout/site/DiscoveryLayout/index.tsx +++ b/web-app/src/components/layout/site/DiscoveryLayout/index.tsx @@ -29,7 +29,7 @@ const DiscoveryLayout = ({ children, page }: DiscoveryLayoutProps) => { }; return ( -
+
{(rightSidebarOpen || leftSidebarOpen) && ( @@ -41,7 +41,7 @@ const DiscoveryLayout = ({ children, page }: DiscoveryLayoutProps) => { - {children} + {children}