debug error on profile edit (in server)
This commit is contained in:
parent
23830144d8
commit
9164a1058d
|
|
@ -69,7 +69,7 @@ function JKEditProfile() {
|
||||||
updateUserData(data);
|
updateUserData(data);
|
||||||
fetchInstruments();
|
fetchInstruments();
|
||||||
fetchGenres();
|
fetchGenres();
|
||||||
fetchCountries();
|
//fetchCountries();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, [currentUser]);
|
}, [currentUser]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue