remove commented lines

This commit is contained in:
Katie Kroell 2023-12-05 09:05:37 -05:00
parent a9dcbe0120
commit f6c56450f8

View file

@ -1395,8 +1395,6 @@ export const useMainStore = defineStore({
this.order.policy.endorsements = vehicle?.endorsements;
// TODO logic should be more complicated later on
// this.order.originalDeductible = this.order.damage.isRepair ? parseFloat(this.order.policy.deductible.repair) : parseFloat(this.order.policy.deductible.replace);
// this.order.currentDeductible = this.order.originalDeductible;
this.order.originalDeductible = vehicle.deductible;
this.order.currentDeductible = vehicle.deductible;