Address some copilot comments

This commit is contained in:
Alex Humphries 2026-02-19 16:22:58 -05:00
parent 69fc996a84
commit 09a4b85e22
3 changed files with 2 additions and 10 deletions

View file

@ -157,11 +157,3 @@ export function getRecalibrationTotal(order) {
return getPriceOfLineItems(recalibrationLineItems); return getPriceOfLineItems(recalibrationLineItems);
} }
/**
* Returns whether the order only contains a deductible line item and no other line items
* @param {object} order order object
* @returns {boolean} whether the order is deductible only
*/
export function isDeductibleOnly(order) {
}

View file

@ -293,7 +293,7 @@ export default {
header: wiperHeader, header: wiperHeader,
body: wiperBody, body: wiperBody,
edit: wiperEdit edit: wiperEdit
} };
} }
}, },
watch: { watch: {