This commit is contained in:
Bill Richardson 2026-04-29 15:39:31 -04:00
parent 1ae1f89a97
commit 663530f737

View file

@ -77,7 +77,7 @@ const bailoutMessage = Object.freeze({
code: bailoutCode.SafeliteNotTheProvider,
message: 'User selected to continue a referral where a TPA shop was previously selected.'
}),
vehicleYMMSLookupError: (year, make, model, style, error) => {
VehicleYMMSLookupError: (year, make, model, style, error) => {
const baseMessage = 'An error occurred looking up vehicle';
const errorMessage = `Error: ${getItemData(error)}`;