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:
parent
0e4c1acc3f
commit
5cb0791752
7 changed files with 163 additions and 90 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue