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; },