diff --git a/front/components/GtkUI/ElementList.tsx b/front/components/GtkUI/ElementList.tsx index ecb91de..319ec3e 100644 --- a/front/components/GtkUI/ElementList.tsx +++ b/front/components/GtkUI/ElementList.tsx @@ -44,6 +44,7 @@ const ElementList = ({ elements, style }: ElementListProps) => { const elementStyle = { borderRadius: 10, boxShadow: "0px 0px 3px 0px rgba(0,0,0,0.4)", + overflow: "hidden", }; return ( diff --git a/front/views/settings/SettingsProfileView.tsx b/front/views/settings/SettingsProfileView.tsx index 0d44d45..677efb3 100644 --- a/front/views/settings/SettingsProfileView.tsx +++ b/front/views/settings/SettingsProfileView.tsx @@ -96,7 +96,7 @@ const ProfileSettings = ({ navigation }: { navigation: any }) => { data: { text: user.email || "Aucun email associƩ", onPress: () => { - console.log("Go to email settings"); + navigation.navigate("ChangeEmail"); }, }, },