jam411 3 lat temu
rodzic
commit
7d943e6c08

+ 1 - 1
packages/app/src/components/PageList/PageListItemS.tsx

@@ -4,7 +4,7 @@ import { UserPicture, PageListMeta, PagePathLabel } from '@growi/ui';
 
 
 type PageListItemSProps = {
-  page: any, // TODO: update page type
+  page: any,
   noLink?: boolean,
 }