You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If a user does not have a sleeper profile pic, the website shows a null picture.
Describe the solution you'd like
By replacing the avatar fetch with an if statement that tries to use the team picture before defaulting to the profile picture, we can avoid null picture
Code Change:
Replace https://sleepercdn.com/avatars/thumbs/${user.avatar}
With
Is your feature request related to a problem? Please describe.
If a user does not have a sleeper profile pic, the website shows a null picture.
Describe the solution you'd like
By replacing the avatar fetch with an if statement that tries to use the team picture before defaulting to the profile picture, we can avoid null picture
Code Change:
Replace
https://sleepercdn.com/avatars/thumbs/${user.avatar}
With
The text was updated successfully, but these errors were encountered: