Resolve VIN display issue.

This commit is contained in:
Patrick Fic
2025-12-15 14:08:59 -08:00
parent 84903b1593
commit 2355a726f0
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
} }

View File

@@ -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>
{(() => { {(() => {