Front: Typecheck
This commit is contained in:
committed by
Clément Le Bihan
parent
3e84605c59
commit
62877f9bd2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user