Skip to content

Commit 26b0dbe

Browse files
👾
1 parent fb17ed1 commit 26b0dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-notion-x/src/renderer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ export function NotionBlockRenderer({
153153

154154
return (
155155
<Block key={id} level={level} block={block} {...props}>
156-
{/* {block?.content?.map((contentBlockId) => (
156+
{block?.content?.map((contentBlockId) => (
157157
<NotionBlockRenderer
158158
key={contentBlockId}
159159
blockId={contentBlockId}
160160
level={level + 1}
161161
{...props}
162162
/>
163-
))} */}
163+
))}
164164
</Block>
165165
)
166166
}

0 commit comments

Comments
 (0)