diff --git a/src/app/(marketing)/profile/_components/RecentActivity/RecentActivity.tsx b/src/app/(marketing)/profile/_components/RecentActivity/RecentActivity.tsx index f842bcc23e..cc3ba555b4 100644 --- a/src/app/(marketing)/profile/_components/RecentActivity/RecentActivity.tsx +++ b/src/app/(marketing)/profile/_components/RecentActivity/RecentActivity.tsx @@ -55,6 +55,7 @@ export const RecentActivity = () => { profile.data?.userId && new URLSearchParams([ ["username", profile.data.username], + ["userId", profile.data.userId.toString()], ["limit", "20"], ["offset", "0"], ...FILTER_ACTIONS[activityFilter].map((action) => ["action", action]),