Browse Source

delete empty conditional barnch

yuken 3 years ago
parent
commit
9147e26477
1 changed files with 1 additions and 1 deletions
  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 /> }
               { isNotFound && <NotFoundPage /> }
             </div>
             </div>
 
 
-            { !isNotFound && !currentPage?.isEmpty && (
+            { !isNotFound && (
               <div className="grw-side-contents-container">
               <div className="grw-side-contents-container">
                 <div className="grw-side-contents-sticky-container">
                 <div className="grw-side-contents-sticky-container">