From c8d8aa356e3c3cb92a50092b50c8b3938e1ed2ed Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 5 Jun 2020 17:30:19 +0700 Subject: [PATCH] removed more comments bar from node comments --- src/components/node/NodeComments/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/node/NodeComments/index.tsx b/src/components/node/NodeComments/index.tsx index a8385ced..ec5fe23e 100644 --- a/src/components/node/NodeComments/index.tsx +++ b/src/components/node/NodeComments/index.tsx @@ -56,10 +56,6 @@ const NodeComments: FC = memo( 'комментариев' )} {comments_left > COMMENTS_DISPLAY ? ` из ${comments_left} оставшихся` : ''} -
), [comments_left, onLoadMore, COMMENTS_DISPLAY]