Преглед изворни кода

delete isPageInTrash from display decisions

ryuichi-e пре 6 година
родитељ
комит
f976c58f95
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

+ 1 - 1
src/client/js/components/Navbar/GrowiSubNavigation.jsx

@@ -40,7 +40,7 @@ const GrowiSubNavigation = (props) => {
   );
 
   // Display only the RevisionPath
-  if (isPageNotFound || isPageForbidden || isPageInTrash) {
+  if (isPageNotFound || isPageForbidden) {
     return (
       <div className="px-3 py-3 grw-subnavbar">
         { renderFormerLink() }