Ver Fonte

fix props data

ryoji-s há 3 anos atrás
pai
commit
68875a2a41
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/app/src/pages/[[...path]].page.tsx

+ 1 - 1
packages/app/src/pages/[[...path]].page.tsx

@@ -287,7 +287,7 @@ const GrowiPage: NextPage<Props> = (props: Props) => {
 
 
         </div>
         </div>
         <footer>
         <footer>
-          <PageComment pageId={useCurrentPageId()} isReadOnly={false} titleAlign="left" />
+          <PageComment pageId={useCurrentPageId().data} isReadOnly={false} titleAlign="left" />
         </footer>
         </footer>
 
 
         <UnsavedAlertDialog />
         <UnsavedAlertDialog />