grumble
This commit is contained in:
parent
1ae1f89a97
commit
663530f737
1 changed files with 1 additions and 1 deletions
|
|
@ -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)}`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue