diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 27093cfdf..fd85a396a 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -324,15 +324,10 @@ export default { const payment = this.$store.getters.payment; if (payment.isInsurance) { - navigateToHeritageFunnel({ - shouldSaveSession: true, - pageNameToLog: "quote", - loadingModal: this.$refs.loadingModal, - }); - // this.$router.navigateWithSaving( - // this.navigationScenarios.CLICKED_FORWARD_WITH_INSURANCE, - // this.$route - // ); + this.$router.navigateWithSaving( + this.navigationScenarios.CLICKED_FORWARD_WITH_INSURANCE, + this.$route + ); } else { this.$router.navigateWithSaving( this.navigationScenarios.CLICKED_FORWARD_WITH_CASH,