From 62877f9bd23b09fa10f9ce0520c399240c109da4 Mon Sep 17 00:00:00 2001 From: Arthur Jamet Date: Thu, 22 Jun 2023 09:25:03 +0100 Subject: [PATCH] Front: Typecheck --- front/views/ProfileView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }} />