Change method from null to true.
This commit is contained in:
parent
46fcd8f547
commit
187bbd228b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export default {
|
|||
return store?.order?.payment?.parentAccountNumber;
|
||||
},
|
||||
arePagePrerequisitesValid() {
|
||||
return store.getters.order.payment.isInsurance !== null;
|
||||
return store.getters.order.payment.isInsurance === true;
|
||||
},
|
||||
backButtonAction() {
|
||||
// Go back to Quote page
|
||||
|
|
|
|||
Loading…
Reference in a new issue