Using the New View at Donations >> Donors can show incorrect avatars.
​The old view uses the donor’s email to get the avatar:
The new view uses the donor ID:
The problem is that the get_avatar_url function accepts the user id or email. So it’s treating the donor id as the user id which is not the same. If that number happens to match some other user’s ID is going to get that persons’s profile image.