diff options
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/profile/EditProfile.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx index fc428ee3..8afaeb6d 100644 --- a/src/screens/profile/EditProfile.tsx +++ b/src/screens/profile/EditProfile.tsx @@ -373,7 +373,7 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => {        .catch((error) => {          Alert.alert(error);        }); -  }, [isCustomGender, form, navigation, userId]); +  }, [form, isCustomGender, university_class, userId, navigation]);    React.useLayoutEffect(() => {      navigation.setOptions({  | 
