StudyResearchProjects/contacts-directory-client

Contact avatar image renderization differs from the contact list or contact preview with the avatar image at contact creation

Open

#3 opened on Jan 16, 2019

 (0 comments) (0 reactions) (0 assignees)JavaScript (0 forks)auto 404
UIgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When creating a new contact the avatar renders like the following: issue3 But when using the ContactPreview component or the ContactList component the same avatar image looks like this: issue3-1

The expected behavior for the avatar is to be rendered as it does at the time the user selects an avatar for the contact, meaning the CreateContactModal/ContactForm.

Contributor guide