From 08f6b518e47a497d09277df9d1380f7fc9b1dfa0 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 5 Jun 2020 17:34:13 +0700 Subject: [PATCH] cleaned comment --- src/components/node/CommentContent/index.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/node/CommentContent/index.tsx b/src/components/node/CommentContent/index.tsx index a7978d67..735714b5 100644 --- a/src/components/node/CommentContent/index.tsx +++ b/src/components/node/CommentContent/index.tsx @@ -98,14 +98,3 @@ const CommentContent: FC = memo(({ comment, can_edit, onDelete, onEdit } }); export { CommentContent }; - -/* -{comment.text && ( - - )} - - - - - - */