mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
removed boris reducer
This commit is contained in:
parent
77af1ab05a
commit
120bf8954c
72 changed files with 225 additions and 298 deletions
|
@ -19,7 +19,7 @@ const BorisPage: VFC = () => {
|
|||
hasMore,
|
||||
isLoading: isLoadingComments,
|
||||
} = useNodeComments(696);
|
||||
const { title, setIsBetaTester, isTester, stats } = useBoris(comments);
|
||||
const { title, setIsBetaTester, isTester, stats, isLoadingStats } = useBoris(comments);
|
||||
|
||||
return (
|
||||
<NodeContextProvider node={node} isLoading={isLoading} update={update}>
|
||||
|
@ -37,6 +37,7 @@ const BorisPage: VFC = () => {
|
|||
setIsBetaTester={setIsBetaTester}
|
||||
isTester={isTester}
|
||||
stats={stats}
|
||||
isLoadingStats={isLoadingStats}
|
||||
/>
|
||||
</CommentContextProvider>
|
||||
</NodeContextProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue