Skip to content

Commit

Permalink
chore: reapply userid filter to RecentActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Sep 11, 2024
1 parent b2ad536 commit 448da2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 448da2e

Please sign in to comment.