We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8021f commit 03e148bCopy full SHA for 03e148b
src/components/activity/StatsView.tsx
@@ -145,7 +145,7 @@ const StatsView = () => {
145
isFetching: isFetchingPersonalStats,
146
fetchNextPage: fetchNextPersonalStatsPage,
147
hasNextPage: personalStatsHasNextPage,
148
- } = trpc.stats.getInfiniteTicketStats.useInfiniteQuery(
+ } = trpc.stats.getInfiniteTicketStatsHelpedByUser.useInfiniteQuery(
149
{ limit: 10000 },
150
{
151
refetchOnWindowFocus: false,
0 commit comments