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 }) {
|
export default function ErrorDisplay({ errorMessage }) {
|
||||||
return (
|
return (
|
||||||
<View style={{ backgroundColor: "red" }}>
|
<View style={{ backgroundColor: "red", paddingLeft:10, paddingVertical:8 }}>
|
||||||
<Text>{errorMessage}</Text>
|
<Text>{errorMessage}</Text>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user