Merge pull request #2528 from Safelite/feature/CASH-636

CASH-636: Keep "As little as" on insurance quote for afterpay breakou…
This commit is contained in:
Chris 2025-05-16 14:50:46 -04:00 committed by GitHub
commit d671708c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -292,7 +292,7 @@ export default {
})
).toFixed(2);
if (this.hasPricingByDay()) {
if (this.hasPricingByDay() && !this.isAfterpayBreakoutDisplay()) {
return "$" + formattedPriceFloat;
}
return (this.isInsuranceSelected ? "As little as $" : "$") + formattedPriceFloat;