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