|
|
@@ -330,7 +330,7 @@ const GrowiContextualSubNavigation = (props: GrowiContextualSubNavigationProps):
|
|
|
pageId={pageId}
|
|
|
revisionId={revisionId}
|
|
|
shareLinkId={shareLinkId}
|
|
|
- path={path ?? currentPathname} // If the page is empty, "path" is null
|
|
|
+ path={path ?? currentPathname} // If the page is empty, "path" is undefined
|
|
|
disableSeenUserInfoPopover={isSharedUser}
|
|
|
showPageControlDropdown={isAbleToShowPageManagement}
|
|
|
additionalMenuItemRenderer={additionalMenuItemsRenderer}
|