diff --git a/packages/react-notion-x/src/third-party/collection-view-list.tsx b/packages/react-notion-x/src/third-party/collection-view-list.tsx index 655a4f6a..b36a1919 100644 --- a/packages/react-notion-x/src/third-party/collection-view-list.tsx +++ b/packages/react-notion-x/src/third-party/collection-view-list.tsx @@ -102,7 +102,7 @@ function List({
{collectionView.format?.list_properties - ?.filter((p: any) => p.visible) + ?.filter((p: any) => p.visible && p.property !== 'title') .map((p: any) => { const schema = collection.schema[p.property] const data =