CSR-416 Restructure vehicle-damage.spec.js and add claim registration/back button

This commit is contained in:
Katie 2022-05-25 16:16:02 -04:00
parent df859c87ee
commit c648512029
2 changed files with 603 additions and 614 deletions

File diff suppressed because it is too large Load diff

View file

@ -405,7 +405,7 @@ export default {
shouldDisplayVehicleChangeAlert() {
return this.$route.params[this.routerParams.DISPLAY_VEHICLE_CHANGE_ALERT];
},
shouldHideBackButton(){
shouldHideBackButton() {
return this.$store.getters.payment.insuranceCoverage.isVerified || getFunnelCookie().HasDelayedClaimRegistration;
}
},