add grab vals,call INSERT_NEW_TIME_TICKET, nav back
This commit is contained in:
@@ -3,7 +3,7 @@ import { View, Text } from "react-native";
|
||||
|
||||
export default function ErrorDisplay({ errorMessage }) {
|
||||
return (
|
||||
<View style={{ backgroundColor: "red" }}>
|
||||
<View style={{ backgroundColor: "red", paddingLeft:10, paddingVertical:8 }}>
|
||||
<Text>{errorMessage}</Text>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user