prettier
This commit is contained in:
parent
c2912f6a41
commit
0d02b5cd7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue