ryoji-s 3 年 前
コミット
6356f71df3
1 ファイル変更1 行追加0 行削除
  1. 1 0
      packages/app/src/components/PageComment.tsx

+ 1 - 0
packages/app/src/components/PageComment.tsx

@@ -20,6 +20,7 @@ import DeleteCommentModal from './PageComment/DeleteCommentModal';
 import ReplayComments from './PageComment/ReplayComments';
 import ReplayComments from './PageComment/ReplayComments';
 
 
 type Props = {
 type Props = {
+  // TODO: Do not use Nullable, create presentaion for if cannot get pageId.
   pageId?: Nullable<string>,
   pageId?: Nullable<string>,
   isReadOnly : boolean,
   isReadOnly : boolean,
   titleAlign?: 'center' | 'left' | 'right',
   titleAlign?: 'center' | 'left' | 'right',