1
0
Fork 0
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:
Fedor Katurov 2019-12-02 21:06:48 +07:00
parent 5239229dc7
commit 8b0a7e3681

View file

@ -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} />