@caring-dev/react-notion-x 7.7.7 → 7.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7127,7 +7127,7 @@ function CollectionViewBlock({
7127
7127
  return null;
7128
7128
  }
7129
7129
  const title = getTextContent4(collection.name).trim();
7130
- const showTitle = ((_d = collectionView.format) == null ? void 0 : _d.hide_linked_collection_name) !== true && title;
7130
+ const showTitle = ((_d = block.format) == null ? void 0 : _d.hide_inline_collection_name) !== true;
7131
7131
  if (collection.icon) {
7132
7132
  block.format = {
7133
7133
  ...block.format,