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

updating related on tags changed

This commit is contained in:
Fedor Katurov 2021-11-22 17:40:46 +07:00
parent 96f1529f2b
commit 1dcf0753ea
3 changed files with 19 additions and 7 deletions

View file

@ -41,7 +41,7 @@ const NodePage: FC<Props> = ({
return (
<NodeContextProvider node={node} isLoading={isLoading}>
<NodeRelatedProvider id={parseInt(id, 10)}>
<NodeRelatedProvider id={parseInt(id, 10)} tags={node.tags}>
<CommentContextProvider
comments={comments}
count={commentsCount}