When clicking on a contact with no image, there was a request to localhost/undefined. Somehow this was generated by the helper toImage when passed an undefined argument, which was happening in the ContactImageSummary component. This has been fixed in https://github.com/ProtonMail/proton-shared/pull/70
Additionally, the images were loaded before the "Load Image" button was clicked, which should not be the case.
When clicking on a contact with no image, there was a request to
localhost/undefined
. Somehow this was generated by the helpertoImage
when passed anundefined
argument, which was happening in theContactImageSummary
component. This has been fixed in https://github.com/ProtonMail/proton-shared/pull/70Additionally, the images were loaded before the "Load Image" button was clicked, which should not be the case.