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}