Ver Fonte

delete empty conditional barnch

yuken há 3 anos atrás
pai
commit
9147e26477
1 ficheiros alterados com 1 adições e 1 exclusões
  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">