mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fix for boris comments
This commit is contained in:
parent
5239229dc7
commit
8b0a7e3681
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ const BorisLayoutUnconnected: FC<IProps> = ({
|
|||
<Group className={styles.content}>
|
||||
{is_user && <CommentForm id={0} is_before />}
|
||||
|
||||
{is_loading_comments && !comments.length ? (
|
||||
{is_loading_comments ? (
|
||||
<NodeNoComments is_loading />
|
||||
) : (
|
||||
<NodeComments comments={comments} user={user} onDelete={nodeLockComment} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue