mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
moved related out of node context
This commit is contained in:
parent
d5128cb987
commit
716e58bc15
6 changed files with 50 additions and 59 deletions
|
@ -44,7 +44,7 @@ const BorisComments: FC<IProps> = ({
|
|||
onDeleteComment={onDeleteComment}
|
||||
onLoadMoreComments={onLoadMoreComments}
|
||||
onShowImageModal={onShowImageModal}
|
||||
isLoadingComments={isLoadingComments}
|
||||
isLoading={isLoadingComments}
|
||||
>
|
||||
<NodeComments order="ASC" />
|
||||
</CommentProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue