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:
parent
96f1529f2b
commit
1dcf0753ea
3 changed files with 19 additions and 7 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue