Merge branch 'release/2025.09.04' into feature/bugfix/CASH-1062

This commit is contained in:
AdamCaouetteSafelite 2025-08-27 11:22:15 -04:00 committed by GitHub
commit 42b840268e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1618,7 +1618,7 @@ export default {
}, },
}; };
} else if ( } else if (
!this.selectedProvider?.address?.streetAddress && (!this.selectedProvider?.address?.streetAddress || this.isVehicleHeavyTruck) &&
this.shopProviderData?.shopProviders?.length this.shopProviderData?.shopProviders?.length
) { ) {
this.selectedProvider = this.shopProviderData.shopProviders[0]; this.selectedProvider = this.shopProviderData.shopProviders[0];