style edit task screen and fix task update flow
This commit is contained in:
@@ -20,7 +20,7 @@ export default function CreateUser() {
|
||||
});
|
||||
|
||||
if (error) {
|
||||
Alert.alert("User could not be created, please try again");
|
||||
Alert.alert(error.message, "User could not be created, please try again");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user