Removing comment

This commit is contained in:
Michaela Brydon 2024-03-04 15:15:15 -05:00
parent e359126d3d
commit 63872cd900

View file

@ -360,7 +360,6 @@ export default {
); );
if (this.isWindshieldRepair) { if (this.isWindshieldRepair) {
// TODO only save supporting items on vehicle damage page if windshield repair
const supportingItems = await useMainStore().getSupportingItems(); const supportingItems = await useMainStore().getSupportingItems();
useMainStore().updateSupportingItems(supportingItems.data); useMainStore().updateSupportingItems(supportingItems.data);
} }