Explorar el Código

remove PagePathNavigatorForEditor from app.jsx

ryuichi-e hace 5 años
padre
commit
455f001b9f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/client/js/app.jsx

+ 0 - 1
src/client/js/app.jsx

@@ -112,7 +112,6 @@ if (pageContainer.state.path != null) {
 if (appContainer.currentUser != null) {
   Object.assign(componentMappings, {
     'page-editor': <PageEditor />,
-    'page-editor-path-nav': <PagePathNavForEditor />,
     'page-editor-navbar-bottom-container': <EditorNavbarBottom />,
   });
   if (pageContainer.state.pageId != null) {