itizawa hace 5 años
padre
commit
6583bf4bee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

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

@@ -145,7 +145,7 @@ const GrowiSubNavigation = (props) => {
   const { currentUser } = appContainer;
   const isPageNotFound = pageId == null;
   // Tags cannot be edited while the new page and editorMode is view
-  const isTagLabelHidden = (editorMode === 'view' && isPageNotFound);
+  const isTagLabelHidden = (editorMode !== 'edit' && isPageNotFound);
   const isUserPage = pageUser != null;
   const isPageInTrash = isTrashPage(path);