From 1b670c126c9bdec1316cfa890455e7fe167b3e2a Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Sun, 24 Nov 2019 17:41:13 +0100
Subject: [PATCH] Fix user account picture

---
 src/scripts/coopstarter.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scripts/coopstarter.js b/src/scripts/coopstarter.js
index 56f1a243..7ad640d6 100644
--- a/src/scripts/coopstarter.js
+++ b/src/scripts/coopstarter.js
@@ -601,14 +601,14 @@ jQuery(document).ready(function($) {
   refreshList("mentor_profile_creation", "mentor_info");
   refreshList("mentor_profile_creation", "mentor_complementary");
   refreshList("mentor_profile_creation", "mentor_contact");
-  refreshList("mentor_profile_creation", "mentor-account-picture");
+  refreshList("mentor_profile_creation", "user-account-picture");
   refreshList("entrepreneur_profile_edition", "entrepreneur_info");
   refreshList("entrepreneur_profile_edition", "entrepreneur_contact");
   refreshList("entrepreneur_profile_edition", "entrepreneur-account-picture");
   refreshList("mentor_profile_edition", "mentor_info");
   refreshList("mentor_profile_edition", "mentor_complementary");
   refreshList("mentor_profile_edition", "mentor_contact");
-  refreshList("mentor_profile_edition", "mentor-account-picture");
+  refreshList("mentor_profile_edition", "user-account-picture");
   refreshList("change_status_request", "request-list");
 
   addProperFilterToSearchComponents("entrepreneur-resource-list");
-- 
GitLab