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:
parent
5e673c27b0
commit
c8d8aa356e
1 changed files with 0 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue