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]);