Skip to content

Commit

Permalink
fix(home): get accurate videos count
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Sep 19, 2022
1 parent 19432d1 commit c1d4423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function DefaultRenderer(props: DefaultRendererProps) {
onChange({ channel, items: videos, total });
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [isFetching, onChange, videos]);
}, [isFetching, data, filter]);

return (
<ChannelRenderer
Expand Down

0 comments on commit c1d4423

Please sign in to comment.