update mask symbol to match policy-vehicles

This commit is contained in:
Katie Kroell 2026-01-12 15:18:47 -05:00
parent cdf8030c11
commit 2b4ea38cee

View file

@ -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 {