jam411 %!s(int64=3) %!d(string=hai) anos
pai
achega
7d943e6c08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/PageList/PageListItemS.tsx

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

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