fixed a little style issue of ElementList and setting the mail pressed action to navigate to the mail options
This commit is contained in:
@@ -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");
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user