Explorar el Código

delete empty conditional barnch

yuken hace 3 años
padre
commit
9147e26477
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/Page/DisplaySwitcher.tsx

+ 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">