瀏覽代碼

78782 diff

Mao 4 年之前
父節點
當前提交
58b99dd959
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/components/Navbar/GrowiSubNavigation.jsx

+ 1 - 1
packages/app/src/components/Navbar/GrowiSubNavigation.jsx

@@ -96,7 +96,7 @@ const GrowiSubNavigation = (props) => {
   const { isGuestUser } = appContainer;
   const isEditorMode = editorMode !== 'view';
   // Tags cannot be edited while the new page and editorMode is view
-  const isTagLabelHidden = editorMode !== ('edit' && !isPageExist);
+  const isTagLabelHidden = (editorMode !== 'edit' && !isPageExist);
 
   function onPageEditorModeButtonClicked(viewType) {
     navigationContainer.setEditorMode(viewType);