Description
The “Latest Events” section on a user’s profile page is displaying events that belong to other users, instead of being scoped to the current profile.
Steps to Reproduce
- Navigate to any user profile page
- Scroll to the “Latest Events” section
- Observe the listed events
Expected Behavior
Only events associated with the profile’s user should be displayed.
Actual Behavior
Events from other users are mixed into the list, making the data inaccurate and potentially confusing.
Additional Context
- This may indicate a missing or incorrect user filter in the events query.
- Could be related to caching, pagination, or shared state between users.
Description
The “Latest Events” section on a user’s profile page is displaying events that belong to other users, instead of being scoped to the current profile.
Steps to Reproduce
Expected Behavior
Only events associated with the profile’s user should be displayed.
Actual Behavior
Events from other users are mixed into the list, making the data inaccurate and potentially confusing.
Additional Context