Removing comment

This commit is contained in:
Michaela Brydon 2024-03-04 15:17:24 -05:00
parent 60012cb033
commit c7ffb35e4c

View file

@ -1433,9 +1433,8 @@ export const useMainStore = defineStore({
this.order.payment.insuranceCoverage.isVerified = false;
},
// Note that this is only used in the store
updateSupportingItems(partsData) {
this.lineItems.supportingItems = partsData;
this.order.lineItems.supportingItems = partsData;
},
updateVaps(partsData) {