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:
parent
2f11bb80aa
commit
6ba94881c9
3 changed files with 19 additions and 9 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue