Resolve VIN display issue.
This commit is contained in:
2
app.json
2
app.json
@@ -6,7 +6,7 @@
|
||||
"scheme": "imex-mobile-scheme",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"extra": {
|
||||
"expover": "33",
|
||||
"expover": "34",
|
||||
"eas": {
|
||||
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
|
||||
}
|
||||
|
||||
@@ -219,7 +219,7 @@ function JobTombstone({ bodyshop }) {
|
||||
} - 1GNDX33L46D168902`
|
||||
: `${job.v_model_yr || ""} ${job.v_make_desc || ""} ${
|
||||
job.v_model_desc || ""
|
||||
} - ${job.v_vin}`}
|
||||
} - ${job.v_vin || ""}`}
|
||||
</Text>
|
||||
<Text>
|
||||
{(() => {
|
||||
|
||||
Reference in New Issue
Block a user