update mask symbol to match policy-vehicles
This commit is contained in:
parent
cdf8030c11
commit
2b4ea38cee
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ export default {
|
|||
VehiclesForQuestions() {
|
||||
// Map API result data, to address-vehicles data structure
|
||||
const mappedData = this.VehiclesFromApi.map((v) => {
|
||||
const maskSymbol = 'X';
|
||||
const maskSymbol = '*';
|
||||
const vinStart = maskSymbol.repeat(v.vin.length - 6);
|
||||
const vinEnd = v.vin.substring(v.vin.length - 6);
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue