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

fixed authorization somehow

This commit is contained in:
Fedor Katurov 2019-10-09 20:43:04 +07:00
parent 2f11bb80aa
commit 6ba94881c9
3 changed files with 19 additions and 9 deletions

View file

@ -64,7 +64,7 @@ const NodeLayoutUnconnected: FC<IProps> = ({
<Padder>
<Group horizontal className={styles.content}>
<Group className={styles.comments}>
<CommentForm id={0} />
{is_user && <CommentForm id={0} />}
{is_loading_comments || !comments.length ? (
<NodeNoComments is_loading={is_loading_comments} />