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

This commit is contained in:
AdamCaouetteSafelite 2025-08-27 12:11:07 -04:00
commit e2418c227a

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];