diff --git a/src/components/Comment.tsx b/src/components/Comment.tsx index 46293fa..89caf5d 100644 --- a/src/components/Comment.tsx +++ b/src/components/Comment.tsx @@ -74,9 +74,9 @@ export function Comment({ comment, root, hideTags = [] }: CommentProps) { )} { - comment.blockTags.some((tag) => tag.tag === '@since') && ( + comment.blockTags?.some((tag) => tag.tag === '@since') && (