From b2a2184200dbde4b2d23e4d2eee87e8fb90b8e0b Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 10 Sep 2024 14:31:24 -0400 Subject: [PATCH] CSR-2179: update var name for consistency --- src/layouts/quote/quote.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 4a0c2c72e..8f2ef4fe9 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -45,7 +45,7 @@ @@ -54,7 +54,7 @@ @@ -361,7 +361,7 @@ export default { this?.availableLineItems ); }, - hideRecalibration() { + shouldHideRecalibration() { const recalSettingValue = experimentMixin.methods.getSettingValue( experimentSettings.RECAL_PRICE_REMOVE );