This commit is contained in:
Clément Le Bihan
2023-12-06 16:00:49 +01:00
parent ef4f2355bf
commit 647f7b2676
+2 -2
View File
@@ -75,7 +75,7 @@ const HomeView = (props: RouteProps<{}>) => {
translate={{ translationKey: 'searchBtn' }}
colorScheme="secondary"
size="sm"
onPress={() => navigation.navigate('Search')}
onPress={() => navigation.navigate('Search', {})}
/>
<TextButton
translate={{ translationKey: 'settingsBtn' }}
@@ -126,7 +126,7 @@ const HomeView = (props: RouteProps<{}>) => {
size="xs"
colorScheme="primary"
label={query}
onPress={() => navigation.navigate('Search')}
onPress={() => navigation.navigate('Search', {})}
/>
))}
</Flex>