diff --git a/jam-ui/src/components/page/JKEditProfile.js b/jam-ui/src/components/page/JKEditProfile.js index d9fd5e908..60ab75a34 100644 --- a/jam-ui/src/components/page/JKEditProfile.js +++ b/jam-ui/src/components/page/JKEditProfile.js @@ -464,23 +464,24 @@ function JKEditProfile() { {countries.length > 0 && ( - { - const country = countries.find(country => country.countrycode === value); - return ( - { + // return { value: country.countrycode, label: country.countryname }; + // })} + // /> + // ); + // }} + // /> )}