CASH-636: Keep "As little as" on insurance quote for afterpay breakout display

This commit is contained in:
Chris Redelinghuys 2025-05-16 14:40:52 -04:00
parent e4681e2492
commit 339b9113db

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;