Merge pull request #594 from Safelite/feature/richardson/SSR-1129.2
change X to * in default case
This commit is contained in:
commit
5f47f41434
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default {
|
|||
const lastSixChars = this.vin.substring(11, this.vin.length);
|
||||
return `!X!X!X!X!X!X!X!X!X!X!X${lastSixChars}`;
|
||||
}
|
||||
return 'XXXXXXXXXXXXXXXXX';
|
||||
return '*****************';
|
||||
},
|
||||
carIdIsValid() {
|
||||
return this.hasValidCarId();
|
||||
|
|
|
|||
Loading…
Reference in a new issue