debug error on profile edit (in server)

This commit is contained in:
Nuwan 2024-03-11 07:57:30 +05:30
parent 23830144d8
commit 9164a1058d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function JKEditProfile() {
updateUserData(data); updateUserData(data);
fetchInstruments(); fetchInstruments();
fetchGenres(); fetchGenres();
fetchCountries(); //fetchCountries();
}); });
} }
}, [currentUser]); }, [currentUser]);