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]