From 23830144d80dffffa4b4eac6be0d3bd08f3302ee Mon Sep 17 00:00:00 2001 From: Nuwan Date: Mon, 11 Mar 2024 07:50:49 +0530 Subject: [PATCH] debug error on profile edit (in server) --- jam-ui/src/components/page/JKEditProfile.js | 35 +++++++++++---------- 1 file changed, 18 insertions(+), 17 deletions(-) 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 }; + // })} + // /> + // ); + // }} + // /> )}