Ver código fonte

delete empty conditional barnch

yuken 3 anos atrás
pai
commit
9147e26477

+ 1 - 1
packages/app/src/components/Page/DisplaySwitcher.tsx

@@ -72,7 +72,7 @@ const DisplaySwitcher = (): JSX.Element => {
               { isNotFound && <NotFoundPage /> }
             </div>
 
-            { !isNotFound && !currentPage?.isEmpty && (
+            { !isNotFound && (
               <div className="grw-side-contents-container">
                 <div className="grw-side-contents-sticky-container">