From 647f7b26763221d6036594e4cd83551d115bb925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Wed, 6 Dec 2023 16:00:49 +0100 Subject: [PATCH] fixed CI --- front/views/HomeView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/views/HomeView.tsx b/front/views/HomeView.tsx index 5de85be..795b8d1 100644 --- a/front/views/HomeView.tsx +++ b/front/views/HomeView.tsx @@ -75,7 +75,7 @@ const HomeView = (props: RouteProps<{}>) => { translate={{ translationKey: 'searchBtn' }} colorScheme="secondary" size="sm" - onPress={() => navigation.navigate('Search')} + onPress={() => navigation.navigate('Search', {})} /> ) => { size="xs" colorScheme="primary" label={query} - onPress={() => navigation.navigate('Search')} + onPress={() => navigation.navigate('Search', {})} /> ))}