Shun Miyazawa 4 лет назад
Родитель
Сommit
1d5da15711
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

+ 1 - 1
packages/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

@@ -66,7 +66,7 @@ const AdditionalMenuItems = (props: AdditionalMenuItemsProps): JSX.Element => {
   const { open: openPresentationModal } = usePagePresentationModal();
   const { open: openPresentationModal } = usePagePresentationModal();
   const { open: openAccessoriesModal } = usePageAccessoriesModal();
   const { open: openAccessoriesModal } = usePageAccessoriesModal();
 
 
-  const hrefForPresentationModal = '?presentation=1';
+  const hrefForPresentationModal = `${pageId}/?presentation=1`;
 
 
   return (
   return (
     <>
     <>