This commit is contained in:
2023-12-07 17:00:48 +01:00
committed by Clément Le Bihan
parent 13050e52f9
commit b5183f84b4
3 changed files with 23 additions and 27 deletions
-2
View File
@@ -20,7 +20,6 @@ const HomeView = (props: RouteProps<{}>) => {
const suggestions = suggestionsQuery.data?.slice(4) ?? [];
return (
<ScaffoldCC routeName={props.route.name}>
<ScrollView>
<View
style={{
@@ -84,7 +83,6 @@ const HomeView = (props: RouteProps<{}>) => {
</View>
</View>
</ScrollView>
</ScaffoldCC>
);
};