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

fixed boris comments

This commit is contained in:
Fedor Katurov 2019-12-02 15:49:09 +07:00
parent 0e4c1acc3f
commit 5cb0791752
7 changed files with 163 additions and 90 deletions

View file

@ -77,7 +77,7 @@ const BorisLayoutUnconnected: FC<IProps> = ({
</div>
<Group className={styles.content}>
{is_user && <CommentForm id={0} />}
{is_user && <CommentForm id={0} is_before />}
{is_loading_comments && !comments.length ? (
<NodeNoComments is_loading />