diff --git a/front/views/ProfileView.tsx b/front/views/ProfileView.tsx index 3efcd41..892909d 100644 --- a/front/views/ProfileView.tsx +++ b/front/views/ProfileView.tsx @@ -120,7 +120,7 @@ const ProfileView = () => { navigation.navigate('Settings', { screen: 'Profile' })} + onPress={() => navigation.navigate('Settings', { screen: 'profile' })} translate={{ translationKey: 'settingsBtn' }} />