From 9164a1058d846e396672b2920e8754876b4b01df Mon Sep 17 00:00:00 2001 From: Nuwan Date: Mon, 11 Mar 2024 07:57:30 +0530 Subject: [PATCH] debug error on profile edit (in server) --- jam-ui/src/components/page/JKEditProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jam-ui/src/components/page/JKEditProfile.js b/jam-ui/src/components/page/JKEditProfile.js index 60ab75a34..9296e88e2 100644 --- a/jam-ui/src/components/page/JKEditProfile.js +++ b/jam-ui/src/components/page/JKEditProfile.js @@ -69,7 +69,7 @@ function JKEditProfile() { updateUserData(data); fetchInstruments(); fetchGenres(); - fetchCountries(); + //fetchCountries(); }); } }, [currentUser]);