Skip to content

Commit 9ba1287

Browse files
lint
1 parent d0f588e commit 9ba1287

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,9 @@ export const Block: React.FC<BlockProps> = (props) => {
564564
blockId
565565
)}
566566
>
567-
<div><Text value={block.properties.title} block={block} /></div>
567+
<div>
568+
<Text value={block.properties.title} block={block} />
569+
</div>
568570
{children}
569571
</blockquote>
570572
)

0 commit comments

Comments
 (0)