Skip to content

Commit ec3bf2b

Browse files
committed
fix: data version includes
1 parent 6c36629 commit ec3bf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const Blocks = ({
6868
...renderers,
6969
};
7070

71-
const hasBlockId = data.version.includes('2.21');
71+
const hasBlockId = data.version?.includes('2.21');
7272

7373
return (
7474
<>

0 commit comments

Comments
 (0)