fix: remove license plate fallback from VIN field (#39) #40
Reference in New Issue
Block a user
Delete Branch "issue-39-fix-vin-field-fallback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes #39
The VIN Number field in VehicleDetailPage.tsx incorrectly displayed the license plate value when VIN was empty. This was confusing because the field label says "VIN Number" but showed a license plate.
Changes
|| vehicle.licensePlatefallback from VIN field (line 390)isRequiredprop since VIN is optional (vehicles can have license plate only)Consistency
VehicleDetailMobile.tsxalready handles VIN correctly)Test Plan
Acceptance Criteria
🤖 Generated with Claude Code