From 6bf14e6d5cc8e7ded74d51f3383f8cbcf5be2500 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sat, 12 Oct 2019 15:00:44 +0700 Subject: [PATCH] showing comment avatar --- src/components/node/Comment/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/node/Comment/index.tsx b/src/components/node/Comment/index.tsx index 8e98d9ed..dbb54f08 100644 --- a/src/components/node/Comment/index.tsx +++ b/src/components/node/Comment/index.tsx @@ -29,7 +29,12 @@ const Comment: FC = ({ comment, is_empty, is_loading, className, photo, ); return ( - + {comment.text && (