As a follow up to D9119 we can now update the `userInfo` in `UserProfileBottomSheetParams` to be a `userID` and use that to grab the userInfo using a selector. Another benefit of doing this is that this also makes navigating to `UserProfileBottomSheet` a lot more permissive since we only need to pass a `userID` (something similar to what we did with user avatars)
Depends on D9119