diff --git a/src/store/index.js b/src/store/index.js index be6c7343..49027c3c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -946,7 +946,6 @@ export const useMainStore = defineStore({ }); }, - // TODO this needs called when vehicle, damage, or glass parts changes async getSupportingItems() { const { glassParts } = this.lineItems; const { carId } = this.vehicle;