1
0
Fork 0
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:
Fedor Katurov 2021-11-19 17:23:25 +07:00
parent d5128cb987
commit 716e58bc15
6 changed files with 50 additions and 59 deletions

View file

@ -44,7 +44,7 @@ const BorisComments: FC<IProps> = ({
onDeleteComment={onDeleteComment}
onLoadMoreComments={onLoadMoreComments}
onShowImageModal={onShowImageModal}
isLoadingComments={isLoadingComments}
isLoading={isLoadingComments}
>
<NodeComments order="ASC" />
</CommentProvider>