chore: clean all page list (#2245)

This commit is contained in:
Whitewater
2023-05-05 12:46:58 -07:00
committed by GitHub
parent fbbcb4bad9
commit dbd3249ae5
3 changed files with 27 additions and 6 deletions

View File

@@ -101,7 +101,6 @@ export const BlockSuitePageList: React.FC<BlockSuitePageListProps> = ({
record[pageMeta.id] === 'edgeless' ? <EdgelessIcon /> : <PageIcon />,
pageId: pageMeta.id,
title: pageMeta.title,
favorite: !!pageMeta.favorite,
createDate: formatDate(pageMeta.createDate),
updatedDate: formatDate(pageMeta.updatedDate),
onClickPage: () => onOpenPage(pageMeta.id),