|
@@ -25,9 +25,6 @@ const GrowiSubNavigation = (props) => {
|
|
|
const isPageNotFound = pageId == null;
|
|
const isPageNotFound = pageId == null;
|
|
|
const isPageInTrash = isTrashPage(path);
|
|
const isPageInTrash = isTrashPage(path);
|
|
|
|
|
|
|
|
- console.log({
|
|
|
|
|
- isPageForbidden, isPageNotFound, isPageInTrash, pageId, path,
|
|
|
|
|
- });
|
|
|
|
|
// Display only the RevisionPath
|
|
// Display only the RevisionPath
|
|
|
if (isPageNotFound || isPageForbidden || isPageInTrash) {
|
|
if (isPageNotFound || isPageForbidden || isPageInTrash) {
|
|
|
return (
|
|
return (
|