1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

removed more comments bar from node comments

This commit is contained in:
Fedor Katurov 2020-06-05 17:30:19 +07:00
parent 5e673c27b0
commit c8d8aa356e

View file

@ -56,10 +56,6 @@ const NodeComments: FC<IProps> = memo(
'комментариев'
)}
{comments_left > COMMENTS_DISPLAY ? ` из ${comments_left} оставшихся` : ''}
<div
className={styles.bar}
style={{ width: `${(comments_left / comment_count) * 100}%` }}
/>
</div>
),
[comments_left, onLoadMore, COMMENTS_DISPLAY]