Skip to content

Commit 03e148b

Browse files
committed
Fix personal stats being the same as global
1 parent 3b8021f commit 03e148b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/activity/StatsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const StatsView = () => {
145145
isFetching: isFetchingPersonalStats,
146146
fetchNextPage: fetchNextPersonalStatsPage,
147147
hasNextPage: personalStatsHasNextPage,
148-
} = trpc.stats.getInfiniteTicketStats.useInfiniteQuery(
148+
} = trpc.stats.getInfiniteTicketStatsHelpedByUser.useInfiniteQuery(
149149
{ limit: 10000 },
150150
{
151151
refetchOnWindowFocus: false,

0 commit comments

Comments
 (0)