CSR-347: remove unneeded test code

This commit is contained in:
Adam Caouette 2022-05-11 13:36:07 -04:00
parent 97bde06c7a
commit 611b0c0730

View file

@ -30,10 +30,10 @@
</div>
<div v-if="!isBackButtonHidden" class="col-auto link-col py-1 text-break">
<textLink
linkType="navigation"
:text="backLink"
@click-event="linkClick"
href="javascript:void(0)"
linkType="navigation"
:text="backLink"
@click-event="linkClick"
href="javascript:void(0)"
/>
</div>
</div>
@ -106,11 +106,6 @@ export default {
this.$emit("BackClicked");
},
},
watch: {
isForwardActionDisabled(newValue) {
this.customButtontext = !newValue ? 'Continue with VIN YMM' : '';
}
},
};
</script>