This commit is contained in:
CarlNation 2024-02-02 15:33:32 -05:00
parent c2912f6a41
commit 0d02b5cd7a

View file

@ -440,7 +440,7 @@ export default {
}, },
backButtonAction() { backButtonAction() {
if (store.getters.order.payment.isInsurance) { if (store.getters.order.payment.isInsurance) {
navigateToHeritageFunnel({shouldSaveSession: false}); navigateToHeritageFunnel({ shouldSaveSession: false });
} else { } else {
this.$router.navigateWithoutSaving( this.$router.navigateWithoutSaving(
this.navigationScenarios.CLICKED_BACK, this.navigationScenarios.CLICKED_BACK,