Front: Typecheck

This commit is contained in:
Arthur Jamet
2023-06-22 09:25:03 +01:00
committed by Clément Le Bihan
parent 3e84605c59
commit 62877f9bd2

View File

@@ -120,7 +120,7 @@ const ProfileView = () => {
<PlayerStats />
<Box w="10%" paddingY={10} paddingLeft={5} paddingRight={50} zIndex={1}>
<TextButton
onPress={() => navigation.navigate('Settings', { screen: 'Profile' })}
onPress={() => navigation.navigate('Settings', { screen: 'profile' })}
translate={{ translationKey: 'settingsBtn' }}
/>
</Box>