Browse Source

clean code

jam411 3 years ago
parent
commit
3396d416ca
1 changed files with 1 additions and 1 deletions
  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 = {
   page: any, // TODO: update page type
-  noLink: boolean,
+  noLink?: boolean,
 }
 
 export const PageListItemS = (props: PageListItemSProps): JSX.Element => {