removing more unneeded code
This commit is contained in:
parent
14650b7bbb
commit
ea14a7f888
2 changed files with 0 additions and 2 deletions
|
|
@ -211,7 +211,6 @@ export default {
|
|||
verifiedItacAlert: 'VerifiedITACAlert',
|
||||
explanatoryText: 'ExplanatoryTextWidget',
|
||||
nextStep: 'NextStepsWidget',
|
||||
nextStepITACNoComp: 'NextStepsWidgetITACNoComp',
|
||||
serviceProviderQuestion: 'ServiceProviderQuestion'
|
||||
},
|
||||
RECAL_MODAL_REF_NAME
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue