Ver Fonte

clean code

ryoji-s há 3 anos atrás
pai
commit
6356f71df3
1 ficheiros alterados com 1 adições e 0 exclusões
  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';
 
 type Props = {
+  // TODO: Do not use Nullable, create presentaion for if cannot get pageId.
   pageId?: Nullable<string>,
   isReadOnly : boolean,
   titleAlign?: 'center' | 'left' | 'right',