From 81f005a77fb6cc4a19c634c907bcb6bd9c50f45f Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Mon, 24 Nov 2025 12:53:14 -0500 Subject: [PATCH] Fix typo for flag value --- src/layouts/quote/quote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 17326ec8e..01b585349 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -581,7 +581,7 @@ export default { return store.getters.isRecalibrationOnOrder; }, isQuotePageDiscountOnOrder() { - return this.quotePageDiscountPartsInfo?.length > 0; + return this.quoteDiscountPartsInfo?.length > 0; }, shouldHideRecalibration() { return (