Parcourir la source

modified a little

白石誠 il y a 5 ans
Parent
commit
47fbe04773
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

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

@@ -200,7 +200,7 @@ const GrowiSubNavigation = (props) => {
         </div>
 
         {/* Page Authors */}
-        { (!isCompactMode && !isUserPage && !isPageNotFound) && (
+        { (!isCompactMode && !isUserPage && !isPageNotFound && !isPageForbidden) && (
           <ul className="authors text-nowrap border-left d-none d-lg-block d-edit-none">
             <li className="pb-1">
               <AuthorInfo user={creator} date={createdAt} />