There is no default avatar for a team member in the Team page.
Expected Behavior
If the avatar image can't be fetched, then instead a simple avatar with the initials of the team member must be shown.
Current Behavior
Possible Solution
Place a check to see if the image can be loaded, and if not, use a third-party library to create a Avatar from the initials of the user and display it.
There is no default avatar for a team member in the Team page.
Expected Behavior
If the avatar image can't be fetched, then instead a simple avatar with the initials of the team member must be shown.
Current Behavior
Possible Solution
Place a check to see if the image can be loaded, and if not, use a third-party library to create a Avatar from the initials of the user and display it.