jam411 %!s(int64=3) %!d(string=hai) anos
pai
achega
3396d416ca
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

@@ -5,7 +5,7 @@ import { UserPicture, PageListMeta, PagePathLabel } from '@growi/ui';
 
 
 type PageListItemSProps = {
 type PageListItemSProps = {
   page: any, // TODO: update page type
   page: any, // TODO: update page type
-  noLink: boolean,
+  noLink?: boolean,
 }
 }
 
 
 export const PageListItemS = (props: PageListItemSProps): JSX.Element => {
 export const PageListItemS = (props: PageListItemSProps): JSX.Element => {