SSR-1125 Fix Claim Registration

This commit is contained in:
Josh Dassinger 2024-04-15 09:52:24 -05:00
parent b7e08c9039
commit 8b570a7fbc

View file

@ -557,7 +557,7 @@ export const useMainStore = defineStore({
country: 'US' // TODO set from store
},
homePhone: {
number: this.order.customerInfo?.homePhone?.replaceAll(nonNumberCharRegex, '') ?? ''
number: this.contactInfo.homePhone?.replaceAll(nonNumberCharRegex, '') ?? ''
}
},
driver: {