Browse Source

add exept isPageInTrash

ryuichi-e 6 years ago
parent
commit
a3d93cb9d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

+ 2 - 0
src/client/js/components/Navbar/GrowiSubNavigation.jsx

@@ -85,6 +85,8 @@ const GrowiSubNavigation = (props) => {
       <div className="d-flex align-items-center">
       <div className="d-flex align-items-center">
         { !isPageInTrash && (
         { !isPageInTrash && (
         ) }
         ) }
+        { !isPageInTrash && (
+        ) }
 
 
         {/* Page Authors */}
         {/* Page Authors */}
         <ul className="authors text-nowrap d-none d-lg-block d-edit-none">
         <ul className="authors text-nowrap d-none d-lg-block d-edit-none">