removing more unneeded code

This commit is contained in:
Katie Kroell 2026-01-29 10:45:42 -05:00
parent 14650b7bbb
commit ea14a7f888
2 changed files with 0 additions and 2 deletions

View file

@ -211,7 +211,6 @@ export default {
verifiedItacAlert: 'VerifiedITACAlert',
explanatoryText: 'ExplanatoryTextWidget',
nextStep: 'NextStepsWidget',
nextStepITACNoComp: 'NextStepsWidgetITACNoComp',
serviceProviderQuestion: 'ServiceProviderQuestion'
},
RECAL_MODAL_REF_NAME

View file

@ -740,7 +740,6 @@ export const useMainStore = defineStore({
}).then((r) => {
this.order.policy.policyData = r.data.policyData;
this.updateDeductible(r.data);
// this.updateDeductible(r.data);
return resolve(r);
}).catch((error) => reject(error));
});