From 5da20c3cd7b6ed28842e03b68635a485f87cd4d8 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 17 Jun 2024 14:21:32 -0400 Subject: [PATCH] WIP add v-if and computed. --- src/layouts/payment-method/payment-method.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index f4a4b060c..234c1cdf2 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -45,20 +45,17 @@ v-bind:isDismissible="false" /> -
+
+
-
- lineItem.partType == partTypeStrings.RECALIBRATION + ); + if (recalLineItem) { + return true; + } + return false; + }, damageInfo() { return this.$store.getters.damage; },