diff --git a/jam-ui/src/components/page/JKEditProfile.js b/jam-ui/src/components/page/JKEditProfile.js index d5a24059f..bd326e4b8 100644 --- a/jam-ui/src/components/page/JKEditProfile.js +++ b/jam-ui/src/components/page/JKEditProfile.js @@ -64,7 +64,7 @@ function JKEditProfile() { updateFormData(userProfile); }, [userProfile]); - useEffect(() => { + useLayoutEffect(() => { fetchInstruments(); fetchGenres(); fetchCountries();