瀏覽代碼

clean code

jam411 3 年之前
父節點
當前提交
3396d416ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 => {