diff --git a/src/components/student/lesson-comments.tsx b/src/components/student/lesson-comments.tsx index 0930e41..0554282 100644 --- a/src/components/student/lesson-comments.tsx +++ b/src/components/student/lesson-comments.tsx @@ -51,7 +51,8 @@ function CommentBody({ text }: { text: string }) { , + // eslint-disable-next-line @typescript-eslint/no-unused-vars -- отбрасываем служебный node от react-markdown, чтобы он не протекал в DOM + a: ({ node, ...props }) => , }} > {text}