From 611b0c0730f96289d2c3d3c54381170307ba349c Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Wed, 11 May 2022 13:36:07 -0400 Subject: [PATCH] CSR-347: remove unneeded test code --- .../funnel-footer/funnel-footer.vue | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index 4b662ff26..a09aa9cd2 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -30,10 +30,10 @@ @@ -106,11 +106,6 @@ export default { this.$emit("BackClicked"); }, }, - watch: { - isForwardActionDisabled(newValue) { - this.customButtontext = !newValue ? 'Continue with VIN YMM' : ''; - } - }, };