From 10d176178aa57c650fc9b55b1533b86cf86ef283 Mon Sep 17 00:00:00 2001 From: mrugesh <1884376+raisedadead@users.noreply.github.com> Date: Mon, 19 Aug 2019 22:11:29 +0530 Subject: [PATCH] fix(client): update profile image urls check (#36636) --- client/src/components/profile/components/Camper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/profile/components/Camper.js b/client/src/components/profile/components/Camper.js index b67e954669..4f7da64446 100644 --- a/client/src/components/profile/components/Camper.js +++ b/client/src/components/profile/components/Camper.js @@ -63,7 +63,7 @@ function Camper({ website }) { // A lot of the user-profiles are still using the defunct service. - const avatar = /example.com/.test(picture) ? ( + const avatar = /example.com|identicon.org/.test(picture) ? (