Change method from null to true.

This commit is contained in:
Bryan Mauger 2024-03-25 15:38:37 -04:00
parent 46fcd8f547
commit 187bbd228b

View file

@ -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